org.vostok.management.annotations
Annotation Type LocalDependencies


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface LocalDependencies

On a class with annoation MBean, describe a set of local dependencies, set in the form of class. The target class must be marked with the mbean annotation to.

Author:
levreau.jerome@vostoksystem.eu
See Also:
MBean

Required Element Summary
 java.lang.Class[] value
           
 

Element Detail

value

public abstract java.lang.Class[] value