Skip navigation links
C D F I L N R S U V 

C

CanIgnoreReturnValue - Annotation Type in com.google.errorprone.annotations
Indicates that the return value of the annotated method can be safely ignored.
com.google.errorprone.annotations - package com.google.errorprone.annotations
 
com.google.errorprone.annotations.concurrent - package com.google.errorprone.annotations.concurrent
 
CompileTimeConstant - Annotation Type in com.google.errorprone.annotations
Annotation for method parameter declarations, which denotes that corresponding actual parameters must be compile-time constant expressions.

D

DoNotMock - Annotation Type in com.google.errorprone.annotations
 

F

ForOverride - Annotation Type in com.google.errorprone.annotations
Indicates that the annotated method is provided only to be overridden: it should not be invoked from outside its declaring source file (as if it is private), and overriding methods should not be directly invoked at all.

I

Immutable - Annotation Type in com.google.errorprone.annotations
The class to which this annotation is applied is immutable.
IncompatibleModifiers - Annotation Type in com.google.errorprone.annotations
Annotation declaring that the target annotation is incompatible with any one of the provided modifiers.

L

LockMethod - Annotation Type in com.google.errorprone.annotations.concurrent
The method to which this annotation is applied acquires one or more locks.

N

NoAllocation - Annotation Type in com.google.errorprone.annotations
Annotation for method declarations, which denotes that this method will not cause allocations that are visible from source code.

R

RequiredModifiers - Annotation Type in com.google.errorprone.annotations
Annotation declaring that the target annotation requires all the specified modifiers.
RestrictedApi - Annotation Type in com.google.errorprone.annotations
Restrict this method to callsites with a whitelist annotation.

S

SuppressPackageLocation - Annotation Type in com.google.errorprone.annotations
Indicates that the PackageLocation warning should be suppressed for this package.

U

UnlockMethod - Annotation Type in com.google.errorprone.annotations.concurrent
The method to which this annotation is applied releases one or more locks.

V

Var - Annotation Type in com.google.errorprone.annotations
The parameter or local variable to which this annotation is applied is non-final.
C D F I L N R S U V 
Skip navigation links

Copyright © 2016. All rights reserved.