org.jboss.metadata.annotation.creator.ejb.jboss
Class JBoss50Creator
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.ejb.jboss.JBoss50Creator
- All Implemented Interfaces:
- Creator<Collection<Class<?>>,JBoss50MetaData>
public class JBoss50Creator
- extends AbstractFinderUser
- implements Creator<Collection<Class<?>>,JBoss50MetaData>
A JBoss50Creator.
- Version:
- $Revision: 1.1 $
- Author:
- Alexey Loubyansky
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBoss50Creator
public JBoss50Creator(AnnotationFinder<AnnotatedElement> finder)
create
public JBoss50MetaData 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<?>>,JBoss50MetaData>
- 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.