org.glassfish.apf.impl
Class ComponentDefinition

java.lang.Object
  extended by 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

Constructor Summary
ComponentDefinition(Class clazz)
           
 
Method Summary
 Constructor[] getConstructors()
           
 Field[] getFields()
           
 Method[] getMethods()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentDefinition

public ComponentDefinition(Class clazz)
Method Detail

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.