parseAnnotationBodyDeclaration
open fun parseAnnotationBodyDeclaration(body: String): ParseResult<BodyDeclaration<out Any>>(source)
Parses the Java annotation body declaration(e.g fields or methods) contained in a String and returns a BodyDeclaration that represents it.
Return
BodyDeclaration representing the Java annotation
Parameters
body
String containing Java body declaration