org.jboss.metadata.annotation.creator
Class AbstractRunAsProcessor
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.AbstractRunAsProcessor
- All Implemented Interfaces:
- Creator<Class<?>,RunAsMetaData>
- Direct Known Subclasses:
- RunAsProcessor, RunAsProcessor, RunAsProcessor
public class AbstractRunAsProcessor
- extends AbstractFinderUser
- implements Creator<Class<?>,RunAsMetaData>
- Version:
- $Revision: 76002 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRunAsProcessor
public AbstractRunAsProcessor(AnnotationFinder<AnnotatedElement> finder)
create
public RunAsMetaData create(Class<?> element)
- Description copied from interface:
Creator
- Create a piece of meta data based on the given element.
- Specified by:
create
in interface Creator<Class<?>,RunAsMetaData>
- Parameters:
element
- the element
- Returns:
- the meta data or null if nothing interesting is found
getAnnotationTypes
public Collection<Class<? extends Annotation>> getAnnotationTypes()
Copyright © 2009 JBoss Inc.. All Rights Reserved.