Created
March 30, 2015 13:07
-
-
Save agoncal/e2ffceefded2723c638a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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