public final class Annotations
extends Object
Represents the optional annotation that path components or search paths should match on.
Internal only. Not intended for application use.
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
boolean
int
boolean
returns true if it matches on the annotations provided.
-
-
Constructor Details
-
Annotations
public Annotations(String[] rawAnnotations)
Constructor.
-
Method Details
-
getAnnotations
public String[] getAnnotations()
-
hasAnnotations
public boolean hasAnnotations()
-
match
public boolean match(String[] annotations,
boolean ignoreCase)
returns true if it matches on the annotations provided.
-
-