org.vostok.management.annotations
Annotation Type Interface


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

Tells the factory to turn a regular service into a standard mbean. The interface is then used to access the service and do not required to follow the standard mbean convention, e.i. it can be in different package and doesn't have to end with MBean

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

Required Element Summary
 java.lang.Class value
           
 

Element Detail

value

public abstract java.lang.Class value