Searched defs:PropertyInfo (Results 1 – 2 of 2) sorted by relevance
22 class PropertyInfo implements Comparable<PropertyInfo> { class27 PropertyInfo(CarPropertyConfig config) { in PropertyInfo() method in PropertyInfo
337 private abstract static class PropertyInfo<T extends Annotation, class in ViewDebug348 PropertyInfo(Class<T> property, R member, Class<?> returnType) { in PropertyInfo() method in ViewDebug.PropertyInfo