Annotation Type OriginatingClasses


  • @Target(TYPE)
    @Retention(CLASS)
    public @interface OriginatingClasses
    All generated classes will have this annotation indicating the FQNs of classes that are the origins of this generated code, as an aid when recompiling incrementally. This annotation is internal to the generator and should never be used by users. Its retention policy makes it unavailable at runtime.
    Since:
    4.3
    Author:
    [email protected]
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value
      Origin class FQNs.
    • Element Detail

      • value

        String[] value
        Origin class FQNs.