JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
org.aopalliance.reflect
Metadata
Contents
Description
Method Summary
Method Details
getKey()
getValue()
Hide sidebar
Show sidebar
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
getKey
()
Gets the key of this metadata.
Object
getValue
()
Gets the value of this metadata.
Method Details
getKey
Object
getKey
()
Gets the key of this metadata.
getValue
Object
getValue
()
Gets the value of this metadata.