StephenOTT / STIX-Java

STIX 2.x Java Library
MIT License
27 stars 13 forks source link

Cleanup package names of validation.constraints packages #84

Open StephenOTT opened 5 years ago

StephenOTT commented 5 years ago

Currently all of the validations are grouped together. But should have some more clarity for when there are validations that are only used for specific STIX objects.

Example: if a validation constraint is only used for COO Extensions (such as the allowedParents annotation), we should group this into its own package.