JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Module
gov.nist.secauto.metaschema.databind
Package
gov.nist.secauto.metaschema.databind.model.annotations
Annotation Type NsBinding
@Retention
(
RUNTIME
)
@Target
(
ANNOTATION_TYPE
)
public @interface
NsBinding
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
prefix
The Metapath prefix to bind to.
String
uri
The Metapath namespace URI that is bound to the prefix.
Element Details
prefix
@NonNull
String
prefix
The Metapath prefix to bind to.
Returns:
the prefix
uri
@NonNull
String
uri
The Metapath namespace URI that is bound to the prefix.
Returns:
the prefix