Annotation Type DeleteOnEmpty


@Target(FIELD) @Retention(RUNTIME) public @interface DeleteOnEmpty
Used to indicate to Configurate that the annotated field should be treated as null if it is a Collection, Map, or String that is empty.