org.jboss.metadata.annotation.creator.ejb
Class EjbJar30Creator
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbJar30Creator
public EjbJar30Creator(AnnotationFinder<AnnotatedElement> finder)
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.