Class ConstructorParameter.FakeAnnotatedElement
java.lang.Object
org.apache.sling.models.impl.model.ConstructorParameter.FakeAnnotatedElement
- All Implemented Interfaces:
AnnotatedElement
- Enclosing class:
- ConstructorParameter
public static class ConstructorParameter.FakeAnnotatedElement
extends Object
implements AnnotatedElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TgetAnnotation
(Class<T> paramClass) int
boolean
isAnnotationPresent
(Class<? extends Annotation> paramClass) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType
-
Constructor Details
-
FakeAnnotatedElement
-
-
Method Details
-
isAnnotationPresent
- Specified by:
isAnnotationPresent
in interfaceAnnotatedElement
-
getAnnotation
- Specified by:
getAnnotation
in interfaceAnnotatedElement
-
getAnnotations
- Specified by:
getAnnotations
in interfaceAnnotatedElement
-
getDeclaredAnnotations
- Specified by:
getDeclaredAnnotations
in interfaceAnnotatedElement
-
getParameterIndex
public int getParameterIndex() -
toString
-