@Retention(value=RUNTIME) @Inherited public @interface Matcher
Basic annotation used internally to classify methods of the public API based on their purpose.
| Modifier and Type | Required Element and Description |
|---|---|
Matcher.Type |
type
Returns the general type that indicates what the annotated method does.
|
public abstract Matcher.Type type
Returns the general type that indicates what the annotated method does.
Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.