Package com.exedio.cope.instrument
Annotation Type WrapImplementsInterim
-
@Target(TYPE) @Retention(CLASS) public @interface WrapImplementsInterim
If an interface is marked with this annotation, it will be added to the 'interim code', and classes implementing it will have the "implements" clause added.- See Also:
WrapInterim
,WrapAnnotateInterim
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
addMethods
If addMethods is set totrue
, dummy implementations of the interface methods will be added to the 'interim' versions of implementing classes.
-