- let's be better programmers and don't ignore warnings about rawtypes as this
causes the Java compiler to create a workaround which may *not* work on all
environments and JVMs
Signed-off-by: Roland Häder <roland@mxchange.org>
* You also may want to try out some other BaseFooValidator classes before
* directly inheriting from this class.
* <p>
+ * @param <Object> Any object that needs validation
+ * <p>
* @author Roland Häder<roland@mxchange.org>
*/
-public abstract class BaseObjectValidator implements Validator, Serializable {
+public abstract class BaseObjectValidator<Object> implements Validator, Serializable {
/**
* Serial number