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.

ShipAccessor.java 251B

123456789101112131415161718
  1. import java.util.List;
  2. public privileged aspect ShipAccessor {
  3. public java.util.List<String> Ship.h() {
  4. return null;
  5. }
  6. public List<String> Ship.list = null;
  7. }