| // -------------------------------------------------------- | |
| // Code generated by Papyrus Java | |
| // -------------------------------------------------------- | |
| package JavaCodegenTest; | |
| /************************************************************/ | |
| /** | |
| * | |
| */ | |
| public class TestAttr { | |
| /** | |
| * | |
| */ | |
| int externProp; | |
| /** | |
| * | |
| */ | |
| public static int staticProp; | |
| /** | |
| * | |
| */ | |
| public int defaultProp = 43; | |
| } |