Annotation Interface Primitive


@Retention(RUNTIME) @Target(TYPE) public @interface Primitive
Tells the annotation processor that this primitive argument's casting type is
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String[] value
      Returns:
      The class or classes that this argument represents. This should be fully qualified (with dots) and include any generics (also fully qualified)