Package org.glassfish.apf.impl
Class ComponentDefinition
java.lang.Object
org.glassfish.apf.impl.ComponentDefinition
- All Implemented Interfaces:
ComponentInfo
This class represents the view of a class from annotation.
- Author:
- Shing Wai Chan
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ComponentDefinition
-
-
Method Details
-
getFields
- Specified by:
getFieldsin interfaceComponentInfo- Returns:
- the list of public fields
-
getMethods
- Specified by:
getMethodsin interfaceComponentInfo- Returns:
- the list of public methods
-
getConstructors
- Specified by:
getConstructorsin interfaceComponentInfo- Returns:
- the list of constructors
-