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 Object
implements AnnotationTypesProvider

Provides the annotation types for the EJB Types

Author:
Jerome Dochez

Constructor Summary
EjbAnnotationTypesProvider()
           
 
Method Summary
 Class<? extends Annotation>[] getAnnotationTypes()
           
 Class getType(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 Class<? extends Annotation>[] getAnnotationTypes()
Specified by:
getAnnotationTypes in interface AnnotationTypesProvider

getType

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


Copyright © 2012 GlassFish Community. All Rights Reserved.