org.glassfish.apf.impl
Class ComponentDefinition
java.lang.Object
org.glassfish.apf.impl.ComponentDefinition
- All Implemented Interfaces:
- ComponentInfo
public class ComponentDefinition
- extends Object
- implements ComponentInfo
This class represents the view of a class from annotation.
- Author:
- Shing Wai Chan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentDefinition
public ComponentDefinition(Class clazz)
getFields
public Field[] getFields()
- Specified by:
getFields in interface ComponentInfo
getMethods
public Method[] getMethods()
- Specified by:
getMethods in interface ComponentInfo
getConstructors
public Constructor[] getConstructors()
- Specified by:
getConstructors in interface ComponentInfo
Copyright © 2012 GlassFish Community. All Rights Reserved.