Uses of Interface
org.aopalliance.reflect.Metadata
Packages that use Metadata
Package
Description
This package provides a set of interfaces for implementing a
generic reflection API.
-
Uses of Metadata in org.aopalliance.reflect
Methods in org.aopalliance.reflect that return MetadataModifier and TypeMethodDescriptionProgramUnit.getMetadata(Object key) Returns the metadata that is associated to this unit from its key.Metadata[]ProgramUnit.getMetadatas()Returns all the metadatas that are associated to the current unit.Methods in org.aopalliance.reflect with parameters of type MetadataModifier and TypeMethodDescriptionvoidProgramUnit.addMetadata(Metadata metadata) Associates a metadata to the current unit.