org.jboss.metadata.annotation.creator.client
Class ApplicationClient5MetaDataCreator

java.lang.Object
  extended by org.jboss.metadata.annotation.creator.AbstractFinderUser
      extended by org.jboss.metadata.annotation.creator.client.ApplicationClient5MetaDataCreator
All Implemented Interfaces:
Creator<Collection<Class<?>>,ApplicationClient5MetaData>

public class ApplicationClient5MetaDataCreator
extends AbstractFinderUser
implements Creator<Collection<Class<?>>,ApplicationClient5MetaData>

Create a ApplicationClient5MetaData instance from the class annotations

Version:
$Revision: 67651 $
Author:
Scott.Stark@jboss.org

Field Summary
 
Fields inherited from class org.jboss.metadata.annotation.creator.AbstractFinderUser
finder
 
Constructor Summary
ApplicationClient5MetaDataCreator(AnnotationFinder<AnnotatedElement> finder)
           
 
Method Summary
 ApplicationClient5MetaData 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

ApplicationClient5MetaDataCreator

public ApplicationClient5MetaDataCreator(AnnotationFinder<AnnotatedElement> finder)
Method Detail

create

public ApplicationClient5MetaData 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<?>>,ApplicationClient5MetaData>
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.