addSingleMemberAnnotation
Annotates this with a single member annotation
Return
this
Parameters
name
the name of the annotation
expression
the part between ()
Annotates this with a single member annotation
Return
this
Parameters
clazz
the class of the annotation
expression
the part between ()
Annotates this with a single member annotation
Return
this
Parameters
name
the name of the annotation
value
the value, don't forget to add \"\" for a string value
Annotates this with a single member annotation and automatically add the import
Return
this
Parameters
clazz
the class of the annotation
value
the value, don't forget to add \"\" for a string value