public class AnnotationAccessImpl extends Object implements AnnotationAccess
Constructor and Description |
---|
AnnotationAccessImpl(Class type) |
Modifier and Type | Method and Description |
---|---|
AnnotationProvider |
getClassAnnotationProvider()
Returns a provider for annotations on the service class and interface.
|
AnnotationProvider |
getMethodAnnotationProvider(String methodName,
Class... parameterTypes)
Returns a provider for annotations of a method of the class.
|
public AnnotationAccessImpl(Class type)
public AnnotationProvider getClassAnnotationProvider()
AnnotationAccess
getClassAnnotationProvider
in interface AnnotationAccess
public AnnotationProvider getMethodAnnotationProvider(String methodName, Class... parameterTypes)
AnnotationAccess
getMethodAnnotationProvider
in interface AnnotationAccess
methodName
- the name of the method.parameterTypes
- the types of the parameters of the method.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.