JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
jadex.model.annotation
Annotation Interface Value
@Target
(
ANNOTATION_TYPE
)
@Retention
(
RUNTIME
)
public @interface
Value
Value as class or unparsed expression string.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
Class
<?>
clazz
The value as a class.
String
value
The value as string, will be parsed.
Element Details
value
String
value
The value as string, will be parsed.
Default:
""
clazz
Class
<?>
clazz
The value as a class.
Default:
java.lang.Object.class