Skip to content

Instantly share code, notes, and snippets.

Created August 14, 2015 12:36
Show Gist options
  • Save anonymous/fed708ad26bf4f0e3577 to your computer and use it in GitHub Desktop.
Save anonymous/fed708ad26bf4f0e3577 to your computer and use it in GitHub Desktop.
AST ast = unsupportedStmt.getAST();
NormalAnnotation annotation = ast.newNormalAnnotation();
annotation.setTypeName(ast.newSimpleName("Deprecated"));
astRewrite.getListRewrite(methodDecl, MethodDeclaration.MODIFIERS2_PROPERTY)
.insertAt(annotation, 0, null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment