Package org.glassfish.apf
Interface ComponentInfo
-
- All Known Implementing Classes:
ComponentDefinition
public interface ComponentInfoThis class encapsulates information about a component (usually a Java EE component).- Author:
- Jerome Dochez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Constructor[]getConstructors()Field[]getFields()Method[]getMethods()
-
-
-
Method Detail
-
getConstructors
Constructor[] getConstructors()
-
getMethods
Method[] getMethods()
-
getFields
Field[] getFields()
-
-