Annotation Type OriginatingClasses


  • @Deprecated
    @Target(TYPE)
    @Retention(CLASS)
    public @interface OriginatingClasses
    Deprecated.
    this was replaced by org.infinispan.protostream.annotations.impl.processor.OriginatingClasses and it was not removed yet to prevent binary compat issues but will be removed in 4.4
    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
      Deprecated.
      Origin class FQNs.
    • Element Detail

      • value

        String[] value
        Deprecated.
        Origin class FQNs. Using strings instead of class literals to avoid resolution of possibly no longer existent classes during incremental compilation.