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

/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DIntrospector.java369 public static Descriptor descriptorForElement(final AnnotatedElement elmt) { argument
370 if (elmt == null)
372 final Annotation[] annots = elmt.getAnnotations();

Completed in 33 milliseconds