com.softwareag.centrasite.appl.framework.beans.annotations
Annotation Type Manager


@Retention(value=RUNTIME)
public @interface Manager

This annotation for the manager interface controls the creation of manager instances.


Required Element Summary
 java.lang.Class<?> implementation
          Returns the implementation class.
 

Element Detail

implementation

public abstract java.lang.Class<?> implementation
Returns the implementation class.