This command line application uses reflection to show all declared methods of a given Java class. Additionally it shows all methods which are annotated with the "RunMe.java" Annotation from source directory. These annotated methods are executed by the runmerunner.
- clone repository
- optional: add your own Java classes and add RunMe annotation to your methods
- run mvn package
- cd to target directory (created by "mvn package" command)
- start application with "java -jar runmerunner-marvEn-jar-with-dependencies.jar"
java -jar runmerunner-marvEn-jar-with-dependencies.jar [java class name]
e.g.:
- java -jar runmerunner-marvEn-jar-with-dependencies.jar java.lang.String