JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.eclipse.lyo.oslc4j.core.annotation
Annotation Interface OslcNamespaceDefinition
@Documented
@Target
({})
@Retention
(
RUNTIME
)
public @interface
OslcNamespaceDefinition
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
namespaceURI
Namespace URI.
String
prefix
Prefix for the namespace.
Element Details
namespaceURI
String
namespaceURI
Namespace URI.
prefix
String
prefix
Prefix for the namespace.