@Retention(value=RUNTIME) @Target(value=FIELD) public static @interface ConfigValidationAnnotations.isListEntryType
validates each entry in a list is of a certain type
Class<?>
type
validatorClass
public abstract Class<?> type
public abstract Class<?> validatorClass
Copyright © 2019 The Apache Software Foundation. All rights reserved.