Package one.microstream.wrapping
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 { }
-
-
Element Detail
-
value
String[] value
-
-