mirror of
https://github.com/lightbend/config.git
synced 2025-03-29 21:51:10 +08:00
Add a Javadoc comment to the Nullable annotation class.
This commit is contained in:
parent
ad3f4804f4
commit
cc06b02e0c
@ -4,6 +4,9 @@ import java.lang.annotation.Documented;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
/**
|
||||
* Allows an config property to be {@code null}.
|
||||
*/
|
||||
@Documented
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface Nullable {
|
||||
|
Loading…
Reference in New Issue
Block a user