Skip to content

Instantly share code, notes, and snippets.

@agoncal
Created March 30, 2015 13:07
Show Gist options
  • Save agoncal/e2ffceefded2723c638a to your computer and use it in GitHub Desktop.
Save agoncal/e2ffceefded2723c638a to your computer and use it in GitHub Desktop.
[bin]$ project-new --named test
***SUCCESS*** Project named 'test' has been created.
[test]$ java-new-class --named MyClass
***SUCCESS*** Class org.test.MyClass was created
[MyClass.java]$ java-add-annotation --annotation java.lang.annotation.Documented --targetClass org.test.MyClass
Exception when parsing/running: java-add-annotation --annotation java.lang.annotation.Documented --targetClass org.test.MyClass , no such child: org.test.MyClass
***INFO*** (type "export VERBOSE=true" to enable stack traces)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment