org.openrdf.repository.object.annotations
Annotation Type matching
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface matching
Any resource with a URI matching an entire given expression is an instance of
this class. Expressions ending with '*' are matched against the prefix.
Expressions starting with '/' are matched from the beginning of the path (if
hierarchical). Expressions that start with '*' are suffix matched up to the
first '/' against the authority.
- Author:
- James Leigh
value
public abstract String[] value
Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.