示例#1
0
 /**
  * Gets an instance of BeanDescriptor for the specified class.
  *
  * @param clazz The class for which to lookup the ClassDescriptor cache.
  * @return The ClassDescriptor cache for the class
  */
 private static BeanDescriptor getBeanDescriptor(Class<?> clazz) {
   return BeanDescriptor.getInstance(clazz);
 }