brooklyn.entity.basic
[Java] Annotation Type DefaultValue
java.lang.Object
   brooklyn.entity.basic.DefaultValue
brooklyn.entity.basic.DefaultValue
@Target(ElementType.PARAMETER)
/** 
 * Provides runtime access to the name of a paramter, esp for effectors; typically matches any default value supplied in the code
 * 
 * @deprecated since 0.6; use {@link brooklyn.entity.annotation.EffectorParam} annotation instead, with its defaultValue member.
 */
@Deprecated
public @interface DefaultValue {
public @interface DefaultValue
 Provides runtime access to the name of a paramter, esp for effectors; typically matches any default value supplied in the code
- deprecated:
- since 0.6; use EffectorParam annotation instead, with its defaultValue member.
                     
                | Methods inherited from class java.lang.Object | 
|---|
                | java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
                
                 
Brooklyn Multi-Cloud Application Management Platform 
 brooklyncentral.github.com. Apache License. © 2012.