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