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.ast.expr
/
NormalAnnotationExpr
/
addPair
add
Pair
open
fun
addPair
(
key
:
String
,
value
:
String
)
:
NormalAnnotationExpr
(
source
)
open
fun
addPair
(
key
:
String
,
value
:
Expression
)
:
NormalAnnotationExpr
(
source
)
adds a pair to this annotation
Return
this, the
NormalAnnotationExpr