org.eclipse.lyo.oslc4j.core.annotation
Annotation Type OslcNamespaceDefinition


@Target(value={})
@Retention(value=RUNTIME)
public @interface OslcNamespaceDefinition


Required Element Summary
 String namespaceURI
          Namespace URI.
 String prefix
          Prefix for the namespace.
 

Element Detail

namespaceURI

public abstract String namespaceURI
Namespace URI.


prefix

public abstract String prefix
Prefix for the namespace.



Copyright © 2014. All Rights Reserved.