All Classes
-
All Classes Class Summary Enum Summary Annotation Types Summary Class Description Async Marks a method for asynchronous execution.AsyncReturnTypeProcessor Cacheable Makes a method response cacheable in memory for some time.Cacheable.Flush Deprecated. It is identical toCacheable.FlushBeforeCacheable.FlushAfter Identifies a method that should flush all cached entities of this class/object, after being executed.Cacheable.FlushBefore Identifies a method that should flush all cached entities of this class/object, before being executed.ExceptionsLogger Logs all exceptions thrown out of a method.ImmutabilityChecker Checks for class immutability.Immutable Annotates an immutable class.Immutable.Array Identifies that an array-type field should be considered immutable.LogExceptions Log all exceptions thrown out of this method.Loggable Makes a method loggable viaLogger.Loggable.Quiet Identifies an exception that is never logged byLoggableif/when being thrown out of an annotated method.MethodAsyncRunner Execute method asynchronously.MethodCacher Cache method results.MethodInterrupter Interrupts long-running methods.MethodLogger Logs method calls.MethodScheduler Schedules methods.MethodValidator Validates method calls.Parallel Execute annotated method in multiple threads.Parallelizer Execute method in multiple threads.QuietExceptionsLogger Logs all exceptions thrown out of a method and swallow exception.Quietly Log all exceptions thrown out of this method and swallow them.QuietlyReturnTypeProcessor Annotation processor that checks whether methods annotated withQuietlyhave void return types.Repeater Repeat execution in case of exception.RetryOnFailure Retry the method in case of exception.ScheduleWithFixedDelay Schedules the method to run with fixed delay, automatically.SingleException Throw single exception out of method.Timeable Makes a method time constrained.Tv Convenient holder of numeric constants for annotations (TV means "time values").UnitedThrow Throw only allowed exceptions, encapsulate others.UnitedThrow.None Default empty exception.Version Current version of the project.