Brooklyn

brooklyn.entity.basic
[Java] Annotation Type NamedParameter

java.lang.Object
  brooklyn.entity.basic.NamedParameter

@Target(ElementType.PARAMETER)
/**
 * Provides a runtime name of a paramter, esp for effectors; typically matches the name in the code.
 * 
 * @deprecated since 0.6; use {@link brooklyn.entity.annotation.EffectorParam} annotation instead, with its name member.
 */
@Deprecated
public @interface NamedParameter {
public @interface NamedParameter

Provides a runtime name of a paramter, esp for effectors; typically matches the name in the code.

deprecated:
since 0.6; use EffectorParam annotation instead, with its name member.


Method Summary
 
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.