Target
205206207208209210211
/** * Validates the <code>DataLocation</code> of this target. */ @Override protected void validateOtherPropertiesThanTheName(ValidationMessageCollector collector) { new TargetValidator(this, collector).run(); }