@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 © 2022 The Apache Software Foundation. All rights reserved.