Package org.codehaus.metaclass.model

A set of classes supporting the representation of metadata about a particular class or Package.

See:
          Description

Class Summary
Attribute Attributes are the mechanism via which metadata is represented.
ClassDescriptor This class contains the meta information about a Class.
FeatureDescriptor This is the Abstract class for all feature descriptors.
FieldDescriptor A descriptor that describes a Field.
MethodDescriptor A descriptor that describes a Method.
ParameterDescriptor A descriptor that describes a parameter of a Method.
 

Package org.codehaus.metaclass.model Description

A set of classes supporting the representation of metadata about a particular class or Package.

Overview

This package includes a set of classes supporting the representation of metadata about a class. The metadata primarily consists of "attributes" that can be attached to packages, classes, fields and methods.



Copyright © 2003-2004 Codehaus. All Rights Reserved.