org.jboss.metadata.annotation.creator
Class AbstractRunAsProcessor

java.lang.Object
  extended by org.jboss.metadata.annotation.creator.AbstractFinderUser
      extended by 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

Field Summary
 
Fields inherited from class org.jboss.metadata.annotation.creator.AbstractFinderUser
finder
 
Constructor Summary
AbstractRunAsProcessor(AnnotationFinder<AnnotatedElement> finder)
           
 
Method Summary
 RunAsMetaData create(Class<?> element)
          Create a piece of meta data based on the given element.
 Collection<Class<? extends Annotation>> getAnnotationTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRunAsProcessor

public AbstractRunAsProcessor(AnnotationFinder<AnnotatedElement> finder)
Method Detail

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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.