AnnotationSelector.AnnotationSelector

AnnotationSelector()

Initializes new instance of the AnnotationSelector class.

public AnnotationSelector()

See Also


AnnotationSelector(Annotation)

Initializes new AnnotationSelector object.

public AnnotationSelector(Annotation annotation)
ParameterTypeDescription
annotationAnnotationAnnotation to be selected. This object only describes some characteristics we want found annotations to have, e.g. the type of annotation.

See Also