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.

PkItd.aj 178B

12345678
  1. package somepackage;
  2. privileged aspect PkItd {
  3. declare parents: Pk implements java.io.Serializable;
  4. private static final long Pk.serialVersionUID = -3602111784930992656L;
  5. }