org.hippoecm.hst.configuration.channel
Class AnnotationHstPropertyDefinition
java.lang.Object
org.hippoecm.hst.configuration.channel.AbstractHstPropertyDefinition
org.hippoecm.hst.configuration.channel.AnnotationHstPropertyDefinition
- All Implemented Interfaces:
- HstPropertyDefinition
public class AnnotationHstPropertyDefinition
- extends AbstractHstPropertyDefinition
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationHstPropertyDefinition
public AnnotationHstPropertyDefinition(Parameter propAnnotation,
Class<?> returnType,
Annotation[] annotations)
AnnotationHstPropertyDefinition
public AnnotationHstPropertyDefinition(Parameter propAnnotation,
Class<?> returnType,
Annotation[] annotations)
getAnnotations
public List<Annotation> getAnnotations()
- Specified by:
getAnnotations
in interface HstPropertyDefinition
- Overrides:
getAnnotations
in class AbstractHstPropertyDefinition
getAnnotation
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
- Specified by:
getAnnotation
in interface HstPropertyDefinition
- Overrides:
getAnnotation
in class AbstractHstPropertyDefinition
Copyright © 2008-2012 Hippo. All Rights Reserved.