org.jboss.metadata.annotation.creator
Class ProcessorUtils
java.lang.Object
org.jboss.metadata.annotation.creator.ProcessorUtils
public class ProcessorUtils
- extends Object
- Version:
- $Revision: 67275 $
- Author:
- Scott.Stark@jboss.org
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessorUtils
public ProcessorUtils()
getInjectionTargets
public static <E extends AnnotatedElement> Set<ResourceInjectionTargetMetaData> getInjectionTargets(String name,
E element)
getName
public static <E extends AnnotatedElement> String getName(E element)
getDeclaringClass
public static <E extends AnnotatedElement> String getDeclaringClass(E element)
createMethod
public static MethodMetaData createMethod(String ejbName,
Method method)
getMethodParameters
public static MethodParametersMetaData getMethodParameters(Method method)
getDescription
public static Descriptions getDescription(String description)
getDescriptionGroup
public static DescriptionGroupMetaData getDescriptionGroup(String description)
Copyright © 2008 JBoss, A division of Red Hat. All Rights Reserved.