brooklyn.entity.basic
[Java] Annotation Type Description
java.lang.Object
   brooklyn.entity.basic.Description
brooklyn.entity.basic.Description
@Target({ElementType.PARAMETER, ElementType.METHOD})
/** 
 * Provides runtime access to the description of an effector or paramter, esp for effectors.
 * 
 * @deprecated since 0.6; use {@link brooklyn.entity.annotation.Effector} annotation instead, with its description member; or use
 *             {@link brooklyn.entity.annotation.EffectorParam} annotation for effector parameters.
 */
@Deprecated
public @interface Description {
public @interface Description
 Provides runtime access to the description of an effector or paramter, esp for effectors.
- deprecated:
- since 0.6; use Effector annotation instead, with its description member; or use
             EffectorParam annotation for effector parameters.
                     
                | 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.