Searched defs:ManagedData (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DManagedData.java35 /** This annotation defines CompositeData. An interface or class annotated as @ManagedData
40 * closest to the class annotated as @ManagedData).
45 public @interface ManagedData { interface
46 /** The name of the ManagedData.
48 * Gmbal determines the ManagedData name as follows:
51 * name "GMBAL_TYPE", the value of the field is the ManagedData name.
52 * <li>Otherwise, if the class has an @ManagedData annotation, and the
53 * value of the name is not "", the value of the name is the ManagedData name.
56 * the ManagedData name is the full class name with the matching prefix removed.
58 * ManagedObjectManager, the ManagedData nam
[all...]

Completed in 35 milliseconds