public interface Partitioned { public String getPartitionId(); } aspect PartitionedI { public String Partitioned.getPartitionId() { return null; } }