Async.Execute |
Indicates that the marked method executes async computation.
|
Async.Schedule |
Indicates that the marked method schedules async computation.
|
Contract |
Specifies some aspects of the method behavior depending on the arguments.
|
Nls |
Specifies that an element of the program is an user-visible string which needs to be localized.
|
NonNls |
Specifies that an element of the program is not an user-visible string which needs to be localized,
or does not contain such strings.
|
PropertyKey |
Specifies that a method parameter accepts arguments which must be valid property
keys in a specific resource bundle.
|
TestOnly |
A method/constructor annotated with TestOnly claims that it should be called from testing code only.
|