Interface AnnotationCreator.ShortArrayProperty<A extends Annotation>

Type Parameters:
A - the enclosing annotation type
All Superinterfaces:
Serializable
Enclosing interface:
AnnotationCreator<A extends Annotation>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AnnotationCreator.ShortArrayProperty<A extends Annotation> extends Serializable
Maps the annotation type to a method which returns short[].
  • Method Summary

    Modifier and Type
    Method
    Description
    short[]
    get(A annotation)
    A method which reflects the corresponding annotation method.
  • Method Details

    • get

      short[] get(A annotation)
      A method which reflects the corresponding annotation method.
      Parameters:
      annotation - the annotation (must not be null)
      Returns:
      the annotation value