License |
License |
---|---|
GroupId | GroupIdcom.jakewharton.nopen |
ArtifactId | ArtifactIdnopen-annotations |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionNope'n Annotations
An error-prone checker which requires that classes be final, abstract or annotated with @Open.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nopen-annotations-1.0.1.pom | |
nopen-annotations-1.0.1.jar | 1 KB |
nopen-annotations-1.0.1-sources.jar | 1 KB |
nopen-annotations-1.0.1-javadoc.jar | 387 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jakewharton.nopen/nopen-annotations/ -->
<dependency>
<groupId>com.jakewharton.nopen</groupId>
<artifactId>nopen-annotations</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.nopen/nopen-annotations/
implementation 'com.jakewharton.nopen:nopen-annotations:1.0.1'
// https://jarcasting.com/artifacts/com.jakewharton.nopen/nopen-annotations/
implementation ("com.jakewharton.nopen:nopen-annotations:1.0.1")
'com.jakewharton.nopen:nopen-annotations:jar:1.0.1'
<dependency org="com.jakewharton.nopen" name="nopen-annotations" rev="1.0.1">
<artifact name="nopen-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.nopen', module='nopen-annotations', version='1.0.1')
)
libraryDependencies += "com.jakewharton.nopen" % "nopen-annotations" % "1.0.1"
[com.jakewharton.nopen/nopen-annotations "1.0.1"]