Annotation Interface NullValue


null임을 표시.

아래의 경우, 반환값이 null임을 표시.

     @NullValue
     String getAuthority();
 
Since:
v1.1.0