Searched refs:MethodPI (Results 1 – 1 of 1) sorted by relevance
373 PropertyInfo info = new MethodPI(method, property); in forMethod()388 private static class MethodPI<T extends Annotation> extends PropertyInfo<T, Method> { class in ViewDebug390 MethodPI(Method method, Class<T> property) { in MethodPI() method in ViewDebug.MethodPI