mirror of https://github.com/apache/poi.git
changed retention policy in @Internal to RUNTIME, also added a string parameter for custom messages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892460 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
757ebc4160
commit
bed01967f0
|
@ -32,7 +32,7 @@ import java.lang.annotation.Documented;
|
|||
* @since POI-3.6
|
||||
*/
|
||||
@Documented
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface Internal {
|
||||
|
||||
String value() default "";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue