-
@Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.FILE}) public @interface NotRecommended
不推荐的项(至今为止,总是如此或者在多数情况下)。
Item that is not recommended (yet, always or at most times).
@Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.FILE}) public @interface NotRecommended
不推荐的项(至今为止,总是如此或者在多数情况下)。
Item that is not recommended (yet, always or at most times).