Searched defs:noAnnotations (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/reflect/
H A DMethod.java294 /*package*/ static Annotation[][] noAnnotations(int size) { method in class:Method
314 return noAnnotations(parameterTypes.length);

Completed in 84 milliseconds