org.aopalliance.reflect
Interface Metadata


public interface Metadata

A metadata is a pair of values (key,data) that can be associated to a program unit.

See Also:
ProgramUnit, ProgramUnit.addMetadata(Metadata)

Method Summary
 java.lang.Object getKey()
          Gets the key of this metadata.
 java.lang.Object getValue()
          Gets the value of this metadata.
 

Method Detail

getKey

public java.lang.Object getKey()
Gets the key of this metadata.


getValue

public java.lang.Object getValue()
Gets the value of this metadata.