| Annotation Type |
Description |
|
ASTTest
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
AnnotationCollector
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
AutoClone
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
AutoExternalize
|
Class annotation used to assist in the creation of Externalizable classes.
|
|
BaseScript
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
Canonical
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
CompileDynamic
|
An annotation which is just a shortcut for @CompileStatic(TypeCheckingMode.SKIP).
|
|
CompileStatic
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
ConditionalInterrupt
|
Allows "interrupt-safe" executions of scripts by adding a custom check for interruption
into loops (for, while, ...) and at the start of closures and methods. |
|
EqualsAndHashCode
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
ExternalizeMethods
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
ExternalizeVerifier
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
Field
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
Immutable
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
IndexedProperty
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
InheritConstructors
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
Memoized
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
NotYetImplemented
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
PackageScope
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
SelfType
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
Sortable
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
SourceURI
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
Synchronized
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
TailRecursive
|
Class annotation used to transform method with tail recursive calls into iterative methods automagically
since the JVM cannot do this itself. |
|
ThreadInterrupt
|
Allows "interrupt-safe" executions of scripts by adding Thread.currentThread().isInterrupted()
checks into loops (for, while) and at the start of closures and methods. |
|
TimedInterrupt
|
Allows safe timed executions of scripts by adding elapsed time checks into loops (for, while)
and at the start of closures and methods and throwing an exception if a timeout occurs. |
|
ToString
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
Trait
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
TupleConstructor
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
TypeChecked
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
TypeChecked.TypeCheckingInfo
|
This annotation is added by- TypeChecked:
- on methods which have type checking turned on.
|
|
WithReadLock
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
|
WithWriteLock
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |