org.glassfish.ejb.deployment
Class EjbAnnotationTypesProvider
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbAnnotationTypesProvider
public EjbAnnotationTypesProvider()
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. All Rights Reserved.