org.jboss.repository.spi
Interface MetaDataContext
public interface MetaDataContext
- Version:
- $Revision: 1.7 $
- Author:
- Kabir Khan
getRepository
KernelRepository getRepository()
getScope
Map getScope()
setTarget
void setTarget(Object tgt)
getAnnotation
Object getAnnotation(Class ann)
getAnnotations
List getAnnotations()
hasAnnotation
boolean hasAnnotation(String ann)
getAnnotation
Object getAnnotation(Method m,
Class ann)
getAnnotationsForMethods
List getAnnotationsForMethods(String[] methodNames)
hasAnnotation
boolean hasAnnotation(Method m,
String ann)
addAnnotations
void addAnnotations(Set annotations)
addPropertyAnnotations
void addPropertyAnnotations(String propertyName,
Set propertyInfos,
Set annotations)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.