Package org.smoodi.annotation
Annotation Interface NullValue
@Target({PARAMETER,METHOD,FIELD,LOCAL_VARIABLE})
@Retention(RUNTIME)
@Documented
public @interface NullValue
null임을 표시.
아래의 경우, 반환값이 null임을 표시.
@NullValue
String getAuthority();
- Since:
- v1.1.0