Class SimplePresenceValidationDataFactory

java.lang.Object
ch.tocco.nice2.rest.entitymodel.impl.resources.validate.SimplePresenceValidationDataFactory
All Implemented Interfaces:
ValidationDataFactory<Validator,Boolean>

public class SimplePresenceValidationDataFactory extends Object implements ValidationDataFactory<Validator,Boolean>
This factory simply returns `true` to indicate that a certain validator is present.