Package org.glassfish.apf
Interface ComponentInfo
- All Known Implementing Classes:
ComponentDefinition
public interface ComponentInfo
This class encapsulates information about a component (usually a Jakarta EE component).
- Author:
- Jerome Dochez 2005
-
Method Summary
-
Method Details
-
getConstructors
Constructor<?>[] getConstructors()- Returns:
- the list of constructors
-
getMethods
Method[] getMethods()- Returns:
- the list of public methods
-
getFields
Field[] getFields()- Returns:
- the list of public fields
-