Package com.exedio.cope.instrument
Annotation Type 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:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
If addMethods is set totrue
, dummy implementations of the interface methods will be added to the 'interim' versions of implementing classes.
-
Element Details
-
addMethods
boolean addMethodsIf addMethods is set totrue
, dummy implementations of the interface methods will be added to the 'interim' versions of implementing classes.- Default:
- false
-