文件名称: jsr305-3.0.2.jar中文-英文对照文档.zip
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>Gradle:
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
Gradle (Short):
implementation 'com.google.code.findbugs:jsr305:3.0.2'
Gradle (Kotlin):
implementation("com.google.code.findbugs:jsr305:3.0.2")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
javax.annotation
javax.annotation.concurrent
javax.annotation.metajavax.annotation.CheckForNull
javax.annotation.CheckForSigned
javax.annotation.CheckReturnValue
javax.annotation.Detainted
javax.annotation.MatchesPattern
javax.annotation.MatchesPattern.Checker
javax.annotation.Nonnegative
javax.annotation.Nonnegative.Checker
javax.annotation.Nonnull
javax.annotation.Nonnull.Checker
javax.annotation.Nullable
javax.annotation.OverridingMethodsMustInvokeSuper
javax.annotation.ParametersAreNonnullByDefault
javax.annotation.ParametersAreNullableByDefault
javax.annotation.PropertyKey
javax.annotation.RegEx
javax.annotation.RegEx.Checker
javax.annotation.Signed
javax.annotation.Syntax
javax.annotation.Tainted
javax.annotation.Untainted
javax.annotation.WillClose
javax.annotation.WillCloseWhenClosed
javax.annotation.WillNotClose
javax.annotation.concurrent.GuardedBy
javax.annotation.concurrent.Immutable
javax.annotation.concurrent.NotThreadSafe
javax.annotation.concurrent.ThreadSafe
javax.annotation.meta.Exclusive
javax.annotation.meta.Exhaustive
javax.annotation.meta.TypeQualifier
javax.annotation.meta.TypeQualifierDefault
javax.annotation.meta.TypeQualifierNickname
javax.annotation.meta.TypeQualifierValidator
javax.annotation.meta.When