n2n Page Rocket 1 API

n2n\reflection\annotation

­Annotation­Set

AnnotationSet

Methods summary

Modifier and Type Method
public __construct ( ReflectionMethod method*/ )
public boolean isEmpty ( )
public annotateClass ( ClassAnnotation classAnnotation )
public boolean hasClassAnnotation ( string annotationName )
public ClassAnnotation getClassAnnotation ( string annotationName )
public ClassAnnotation [] getClassAnnotations ( )
public annotateProperty ( PropertyAnnotation propertyAnnotation )
public boolean hasPropertyAnnotation ( string propertyName , string annotationName )
public PropertyAnnotation getPropertyAnnotation ( string propertyName , string annotationName )
public boolean containsPropertyAnnotationName ( string name )
public getPropertyAnnotationsByName ( string name )
public PropertyAnnotation [] getAllPropertyAnnotations ( )
public annotateMethod ( MethodAnnotation methodAnnotation )
public boolean hasMethodAnnotation ( string methodName , string annotationName )
public boolean getMethodAnnotation ( string methodName , string annotationName )
public boolean containsMethodAnnotationName ( string name )
public MethodAnnotation [] getMethodAnnotationsByName ( string name )
public MethodAnnotation [] getAllMethodAnnotations ( )

Methods in detail