|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Inherited @Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public static @interface PropertySet.Property
Marks a field on PropertySet
as a
property of MessageContext
.
To make the runtime processing easy, this annotation
must be on a public field (since the property name
can be set through Map
anyway, you won't be
losing abstraction by doing so.)
For similar reason, this annotation can be only placed on a reference type, not primitive type.
Packet
Required Element Summary | |
---|---|
String[] |
value
Name of the property. |
Element Detail |
---|
public abstract String[] value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |