Enum Class UnsupportedConstraintPattern

java.lang.Object
java.lang.Enum<UnsupportedConstraintPattern>
xyz.rk0cc.josev.constraint.UnsupportedConstraintPattern
All Implemented Interfaces:
Serializable, Comparable<UnsupportedConstraintPattern>, Constable, ConstraintPattern<UnsupportedConstraintPattern>

public enum UnsupportedConstraintPattern extends Enum<UnsupportedConstraintPattern> implements ConstraintPattern<UnsupportedConstraintPattern>
This Enum is designed for SemVerConstraint which unable to define pattern.
It mostly uses for mixed multiple constraint pattern allows platform like NPM which it becomes complicated when forcing to define ConstraintPattern. Therefore, if the implemented platform's constraint pattern can be ease to define, do not uses UnsupportedConstraintPattern.
Since:
3.2.0