source: java2python/core/src/test/java/testcode/StopHere.java

Last change on this file was 535, checked in by wouter, 17 months ago

#179 working on annotation overriding with #PY comments

File size: 97 bytes
Line 
1package testcode;
2
3/**
4 * Class for annotation in Annotation
5 */
6public @interface StopHere {
7
8}
Note: See TracBrowser for help on using the repository browser.