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:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    If addMethods is set to true, dummy implementations of the interface methods will be added to the 'interim' versions of implementing classes.
  • Element Details

    • addMethods

      boolean addMethods
      If addMethods is set to true, dummy implementations of the interface methods will be added to the 'interim' versions of implementing classes.
      Default:
      false