org.apache.shale.tiger.managed
Annotation Type Value


Deprecated. Use 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

value

public abstract String value
Deprecated. 

The string representation of the literal value, or value binding expression, used to intiialize this field. Appropriate type conversion will be performed.



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.