1 package net.sf.cglib.proxy; 2 3 public class EB extends EA implements Comparable{ 4 private int count; 5 6 public int getCount() { 7 return count; 8 } 9 10 public void setCount(int count) { 11 this.count = count; 12 } 13 public final void finalTest(){} 14 } 15

This page was automatically generated by Maven