Annotation Type | Description |
---|---|
Experimental |
Annotation to mark classes for experimental use.
|
Internal |
Annotation to mark methods within stable, public APIs as an internal developer API.
|
Public |
Annotation for marking classes as public, stable interfaces.
|
PublicEvolving |
Annotation to mark classes and methods for public use, but with evolving interfaces.
|
VisibleForTesting |
This annotations declares that a function, field, constructor, or entire type, is only visible
for testing purposes.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.