@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface IgnoreNullElement
//Example: Code fragment
public class Person {
@IgnoreNullElement
String name;
}
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.