blob: 0b2530039491625a87094dd8269ee51372c6bb1a [file] [log] [blame]
package aQute.lib.data;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Target(value = {
ElementType.FIELD
})
public @interface AllowNull {
String reason() default "";
}