The supporting library for java does not enforce the traits requirements given to the input trait hierarchy. Currently this means the std_trait_hierarchy. The validation should be fixed and added so that the basic expected syntax works across tools. For the moment, the fix regards the java supporting library.
This has been fixed to a good extent with release 0.7.3 onwards. This functionality is given by the BasicTraitValidation validator, that is always part of ModelHandler by construction.
The supporting library for java does not enforce the traits requirements given to the input trait hierarchy. Currently this means the
std_trait_hierarchy
. The validation should be fixed and added so that the basic expected syntax works across tools. For the moment, the fix regards the java supporting library.