org.jboss.metadata.annotation.creator.web
Class Web25MetaDataCreator
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.web.Web25MetaDataCreator
- All Implemented Interfaces:
- Creator<Collection<Class<?>>,Web25MetaData>
public class Web25MetaDataCreator
- extends AbstractFinderUser
- implements Creator<Collection<Class<?>>,Web25MetaData>
Create a Web25MetaData instance from the class annotations
- Version:
- $Revision: 67646 $
- Author:
- Scott.Stark@jboss.org
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Web25MetaDataCreator
public Web25MetaDataCreator(AnnotationFinder<AnnotatedElement> finder)
create
public Web25MetaData 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<?>>,Web25MetaData>
- 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.