Package attrib4j

Interface Summary
Attribute The interface which all attributes will implement.
AttributeCompiler Different implementations of attribute compiler should implement this interface to be called by attrib4j.
AttributeExtractor Methods that should be implemented in order to extract attributes associate with a class.
ClassAnnotator A generic interface for inserting or storing attributes that will be associated with the class.
 

Class Summary
AttributeCompilerFactory Factory for creating AttributeCompiler instances, with discovery and configuration features similar to that employed by standard Java APIs such as JAXP.
AttributeDoclet A Doclet that emulates (in a post-processing step) the attribute declarations supported by C# and other .NET compilers.
AttributeFactory Factory for creating ClassAnnotator and AttributeExtractor instances, with discovery and configuration features similar to that employed by standard Java APIs such as JAXP.
Attributes This class contains convenience methods to access and test custom attributes.
Log Simple helper class that allows to send debug messages to the Java console according to the tracing level.
Utensil  
 

Exception Summary
AttributeException It allows you nest exceptions.
 



Copyright © 2002-2003 Mark Pollack. All Rights Reserved.