C S V 

C

com.twofortyfouram.annotation - package com.twofortyfouram.annotation
 

S

Slow - Annotation Type in com.twofortyfouram.annotation
Documents code that may be slow and therefore shouldn't be called from the UI thread or other performance critical sections of the application.
Slow.Speed - Enum in com.twofortyfouram.annotation
Documents how slow the operation is likely to be.

V

valueOf(String) - Static method in enum com.twofortyfouram.annotation.Slow.Speed
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twofortyfouram.annotation.VisibleForTesting.Visibility
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.twofortyfouram.annotation.Slow.Speed
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twofortyfouram.annotation.VisibleForTesting.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
VisibleForTesting - Annotation Type in com.twofortyfouram.annotation
Documents code that has a higher visibility for testing purposes.
VisibleForTesting.Visibility - Enum in com.twofortyfouram.annotation
Documents the intended visibility.
C S V