1 2 3 4 5 6
// Simple static ITDM public class Parse2 { } aspect X { static <T> T Parse2.m(T timeFor) { return null; } }