Brooklyn

brooklyn.entity.proxying
[Java] Annotation Type ImplementedBy

java.lang.Object
  brooklyn.entity.proxying.ImplementedBy

@Retention(RUNTIME)
@Target(TYPE)
public @interface ImplementedBy

A pointer to the default implementation of an entity. A common naming convention is for the implementation class to have the suffix "Impl", but this is not required. See EntityTypeRegistry for how to override the implementation to be used, if the class referenced by this annotation is not desired.

Authors:
aled


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.