Uses of Interface
org.exolab.javasource.JAnnotatedElement

Packages that use JAnnotatedElement
org.exolab.castor.builder.descriptors   
org.exolab.javasource This package contains classes that represent Java Source objects for Castor XML code generator. 
 

Uses of JAnnotatedElement in org.exolab.castor.builder.descriptors
 

Classes in org.exolab.castor.builder.descriptors that implement JAnnotatedElement
 class DescriptorJClass
          A class which defines the necessary methods for generating ClassDescriptor source files.
 class JDODescriptorJClass
          A class which defines the necessary methods for creating the JDO-specific descriptor source files.
 

Uses of JAnnotatedElement in org.exolab.javasource
 

Classes in org.exolab.javasource that implement JAnnotatedElement
 class AbstractJClass
          A abstract base class for representations of the Java Source code for a Java Class.
 class AbstractJField
          A (abstract) base class which holds information about fields.
 class JAnnotatedElementHelper
          Implements JAnnotatedElement interface on behalf of other classes in this package that implement this interface.
 class JAnnotationType
          Describes the definition of a annotation type class.
 class JClass
          A representation of the Java Source code for a Java Class.
 class JConstant
          A class which holds information about a constant.
 class JConstructor
          A class for handling source code for a constructor of a JClass.
 class JEnum
          Describes the definition of a enum type class.
 class JEnumConstant
          Describes the definition of a enum constant.
 class JField
          A class which holds information about a field.
 class JInnerClass
          A representation of the Java Source code for a Java inner class.
 class JInterface
          A representation of the Java Source code for a Java Interface.
 class JMethod
          A class which holds information about the methods of a JClass.
 class JMethodSignature
          A class which holds information about the signature of a JMethod.
 class JParameter
          Represents a parameter to a JMethod.
 class JStructure
          This class represents the basic Java "structure" for a Java source file.
 



Copyright © 2012. All Rights Reserved.