|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Property
instead
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Value
Field-level annotation indicating that the decorated field should be
initialized to a literal or value binding expression value specified by the
value
attribute, when a managed instance of the containing
class is instantiated.
Required Element Summary | |
---|---|
String |
value
Deprecated. The string representation of the literal value, or value binding expression, used to intiialize this field. |
Element Detail |
---|
public abstract String value
The string representation of the literal value, or value binding expression, used to intiialize this field. Appropriate type conversion will be performed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |