You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567
  1. package com.testware.ejb.common;
  2. import java.io.Serializable;
  3. // ATest: static final long serialVersionUID = -7843094187906014027L;
  4. public abstract class ATest implements Serializable{
  5. abstract void getid();
  6. }