publicstaticvoid main(String[] args) throws Exception { for (Class type : TYPES) {
PropertyDescriptor[] pds = BeanUtils.getPropertyDescriptors(type); if (pds.length > 0) { thrownew Error("primitive type should not have properties");
}
}
}
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.