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
,Block
orComposite
), a variable was found whose type has aWrapFeature
annotation but that is notstatic
andfinal
. Such variables don't get instrumented, and no copeFeature
s are created for them.- See Also:
-