org.jboss.aop.metadata
Interface MetaDataResolver
- All Known Implementing Classes:
- ConstructorMetaData, FieldMetaData, MethodMetaData, SimpleMetaData, ThreadMetaData
public interface MetaDataResolver
Classes implementing this interface use the
context of the Invocation to find metadata
For instance, MethodMetaData extracts the Method from
the invocation.
- Version:
- $Revision: 37406 $
- Author:
- Bill Burke
Field Summary |
static String |
EMPTY_TAG
Name used for empty tag for annotations with no attributes |
EMPTY_TAG
static final String EMPTY_TAG
- Name used for empty tag for annotations with no attributes
- See Also:
- Constant Field Values
resolve
Object resolve(Invocation invocation,
Object tag,
Object attr)
getAllMetaData
SimpleMetaData getAllMetaData(Invocation invocation)
- Get all metadata that belong with the context of this invocation
Copyright © 2004 JBoss Inc. All Rights Reserved.