JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micronaut.core.version.annotation
Version
Contents
Description
Required Element Summary
Element Details
value
Hide sidebar
Show sidebar
Annotation Interface Version
@Target
({
TYPE
,
METHOD
,
FIELD
})
@Retention
(
RUNTIME
)
public @interface
Version
Annotation used to express the version of a component or method.
Since:
1.1.0
Author:
Bogdan Oros, graemerocher
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The version of component or method.
Element Details
value
String
value
The version of component or method.
Returns:
version value