org.openrdf.repository.object.annotations
Annotation Type matches


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface matches

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 begining of the path (if hierarchical).

Author:
James Leigh

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.