org.jboss.metadata.annotation.creator.ejb
Class EjbJar30Creator

java.lang.Object
  extended by org.jboss.metadata.annotation.creator.AbstractFinderUser
      extended by org.jboss.metadata.annotation.creator.ejb.EjbJar30Creator
All Implemented Interfaces:
Creator<Collection<Class<?>>,EjbJar30MetaData>

public class EjbJar30Creator
extends AbstractFinderUser
implements Creator<Collection<Class<?>>,EjbJar30MetaData>

Create the correct meta data for a set of annotated classes.

Version:
$Revision: 67346 $
Author:
Carlo de Wolf

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

Constructor Detail

EjbJar30Creator

public EjbJar30Creator(AnnotationFinder<AnnotatedElement> finder)
Method Detail

create

public EjbJar30MetaData create(Collection<Class<?>> classes)
Description copied from interface: Creator
Create a piece of meta data based on the given element.

Specified by:
create in interface Creator<Collection<Class<?>>,EjbJar30MetaData>
Parameters:
classes - the element
Returns:
the meta data or null if nothing interesting is found


Copyright ? 2008 JBoss, A division of Red Hat. All Rights Reserved.