* * This software is licensed under the GNU LGPL license * for more information, please see: * * */ namespace mindplay\test\annotations; /** * Specifies validation requiring a non-empty value. * * @usage('property'=>true, 'inherited'=>true) */ class RequiredAnnotation extends ValidationAnnotationBase { }