| Modifier and Type | Method and Description |
|---|---|
MetadataResolver |
MetadataResolverRegistry.is(AnnotatedElement annotatedElement)
return a resolver for the given annotation element that can resolve annotations on
the element itself
any of the super elements
|
MetadataResolver |
MetadataResolverRegistry.is(Class<?> annotatedClass)
return a resolver for the given class that can resolve annotations on
the type itself
interfaces of the type
any of the supertypes
any of the interfaces of the super types
|
MetadataResolver |
MetadataResolverRegistry.is(Field field)
return a resolver for the given field that can resolve annotations on
the field itself
annotations on the field
|
MetadataResolver |
MetadataResolverRegistry.is(Method method)
return a resolver for the given method that can resolve annotations on
the method itself
annotations on the method
|
Copyright © 2011–2016 RedEngine Ltd. All rights reserved.