Package com.exedio.cope.instrument
Class CopeWarnings
java.lang.Object
com.exedio.cope.instrument.CopeWarnings
-
Field Details
-
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
In a class that is instrumented (i.e.Item,BlockorComposite), a variable was found whose type has aWrapFeatureannotation but that is notstaticandfinal. Such variables don't get instrumented, and no copeFeatures are created for them.- See Also:
-