org.glassfish.ejb.deployment
Class EjbAnnotationTypesProvider

java.lang.Object
  extended by org.glassfish.ejb.deployment.EjbAnnotationTypesProvider
All Implemented Interfaces:
AnnotationTypesProvider

@Service(name="EJB")
public class EjbAnnotationTypesProvider
extends java.lang.Object
implements AnnotationTypesProvider

Provides the annotation types for the EJB Types

Author:
Jerome Dochez

Constructor Summary
EjbAnnotationTypesProvider()
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation>[] getAnnotationTypes()
           
 java.lang.Class getType(java.lang.String typename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbAnnotationTypesProvider

public EjbAnnotationTypesProvider()
Method Detail

getAnnotationTypes

public java.lang.Class<? extends java.lang.annotation.Annotation>[] getAnnotationTypes()
Specified by:
getAnnotationTypes in interface AnnotationTypesProvider

getType

public java.lang.Class getType(java.lang.String typename)
                        throws java.lang.ClassNotFoundException
Specified by:
getType in interface AnnotationTypesProvider
Throws:
java.lang.ClassNotFoundException


Copyright © 2012 GlassFish Community. All Rights Reserved.