Package org.aopalliance.reflect
Interface Metadata
-
public interface MetadataA metadata is a pair of values (key,data) that can be associated to a program unit.- See Also:
ProgramUnit,ProgramUnit.addMetadata(Metadata)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetKey()Gets the key of this metadata.java.lang.ObjectgetValue()Gets the value of this metadata.
-