JavaScript is disabled on your browser.
Skip navigation links
Red Hat JBoss Enterprise Application Platform 8.1.1.GA + JBoss EAP XP 6.0.0.GA
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.hibernate.annotations
Annotation Interface Parameter
@Target
({})
@Retention
(
RUNTIME
)
public @interface
Parameter
Generic parameter (basically a key/value combination) used to parametrize other annotations.
Author:
Emmanuel Bernard
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
name
The parameter name.
String
value
The parameter value.
Element Details
name
String
name
The parameter name.
value
String
value
The parameter value.