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


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,PARAMETER})
public @interface localized

Methods with this annotation will use the configured locale to use the closest matching or the set of closest matching String values.

Author:
James Leigh

Optional Element Summary
 java.lang.String[] value
           
 

value

public abstract java.lang.String[] value
Default:
{}


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