| Package | Description |
|---|---|
| org.aopalliance.reflect |
This package provides a set of interfaces for implementing a
generic reflection API.
|
| Modifier and Type | Method and Description |
|---|---|
Metadata |
ProgramUnit.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramUnit.addMetadata(Metadata metadata)
Associates a metadata to the current unit.
|
Copyright © 2009–2014 Oracle Corporation. All rights reserved.