parseAnnotationBodyDeclaration

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

Throws

if the source code has parser errors