@Target(value=TYPE) @Documented public @interface DockInfo
Wrap class to give
annotation processor some information.Wrap| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
anonymous
Should generated
wrap() method return this class or
Wrap<? |
boolean |
generateSubtypeLookups
Should there be extra constructors which take another lookup criteria - a class
of a desired control?
|
boolean |
multipleCriteria
Should the lookup constructors have
LookupCriteria<Type>... |
String |
name
Desired name of the dock class, should one be generated.
|
public abstract String name
public abstract boolean generateSubtypeLookups
Copyright © 2018. All rights reserved.