JavaScript is disabled on your browser.
C F I N R
C
com.google.errorprone.annotations - package com.google.errorprone.annotations
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.
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
IncompatibleModifiers - Annotation Type in com.google.errorprone.annotations
Annotation declaring that the target annotation is incompatible with any one
of the provided modifiers.
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.
C F I N R
Copyright © 2015. All rights reserved.