attrib4j
Interface Attribute

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
JavadocAttribute

public interface Attribute
extends java.io.Serializable

The interface which all attributes will implement. There are no methods at this point since I'm not sure how it should evolve. This class should be thought of as being on par with java.lang.reflect.Field and so on. There is a bit of implementation sneaking in here since we plan to serialize the attribute and store it in the .class file. Therefore custom attributes should be serializable if this attribute storage implementation is chosen.

Version:
$Revision: 1.7 $ $Date: 2003/03/22 17:56:20 $
Author:
Mark Pollack



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