Annotation Type GenerateWrapperFor


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface GenerateWrapperFor
    Helper annotation for the wrapper annotation processor. List type names for arbitrary interfaces, for which wrappers should be generated.
     @GenerateWrapperFor({"com.myapp.MyType1","com.myapp.MyType2"})
     public class WrapperGenerationDummy
     {
     }
     
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value