jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.jml.impl
/
JmlAnnotationConfiguration
Jml
Annotation
Configuration
open
class
JmlAnnotationConfiguration
(
source
)
Members
Constructors
Jml
Annotation
Configuration
Link copied to clipboard
constructor
(
)
Properties
annotation
To
Modifier
Link copied to clipboard
val
annotationToModifier
:
Map
<
String
,
Modifier.DefaultKeyword
>
CONTRACT
Link copied to clipboard
val
CONTRACT
:
String
=
"org.jetbrains.annotations.Contract"
NOT_
NULL
Link copied to clipboard
val
NOT_NULL
:
String
=
"org.jetbrains.annotations.NotNull"
NULLABLE
Link copied to clipboard
val
NULLABLE
:
String
=
"org.jetbrains.annotations.Nullable"
Functions
create
Default
Link copied to clipboard
open
fun
createDefault
(
)
:
JmlAnnotationConfiguration