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