Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在带注释的 jaxb java 类中为 xsd 指定方面?
我想使用注释(而不是来自 xsd)将字符串限制为仅 1 个字符。这可能吗?
对于这个用例,您可以使用Bean Validation (JSR-303)的实现。它允许您通过注释或 XML 为对象属性指定验证规则。Hibernate 实现了参考实现: