|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Props
Used to configure the global characteristics of the implementation generated for the annotated interface.
Optional Element Summary | |
---|---|
java.lang.Class<? extends Props.Handler> |
keyHandler
The handler used to process existing keys. |
boolean |
trimKeys
If true, existing keys will be trimmed. |
boolean |
trimValues
If true, existing values will be trimmed. |
java.lang.Class<? extends Props.Handler> |
valueHandler
The handler used to process existing values. |
public abstract boolean trimKeys
public abstract boolean trimValues
public abstract java.lang.Class<? extends Props.Handler> keyHandler
Props.ToUpperCase
, Props.ToLowerCase
public abstract java.lang.Class<? extends Props.Handler> valueHandler
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |