KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > mixin > perclass > ToBeIntroducedUsingHasField


1 package test.mixin.perclass;
2
3 public class ToBeIntroducedUsingHasField {
4     private int thisFieldNameShouldHopefullyBeUnique_perclass;
5 }
6
Popular Tags