Class CopeWarnings

java.lang.Object
com.exedio.cope.instrument.CopeWarnings

public final class CopeWarnings extends Object
  • Field Details

    • NON_GENERATED

      public static final String NON_GENERATED
      A @javax.annotation.Generated("com.exedio.cope.instrument") annotation was found in code that is not generated by the cope instrumentor.
      See Also:
    • FEATURE_NOT_STATIC_FINAL

      public static final String FEATURE_NOT_STATIC_FINAL
      In a class that is instrumented (i.e. Item, Block or Composite), a variable was found whose type has a WrapFeature annotation but that is not static and final. Such variables don't get instrumented, and no cope Features are created for them.
      See Also: