Record Class NamedImpl

java.lang.Object
java.lang.Record
eu.cloudnetservice.driver.inject.NamedImpl
Record Components:
value - the value of the named annotation.
All Implemented Interfaces:
Annotation

public record NamedImpl(@NonNull String value) extends Record implements jakarta.inject.Named
An implementation of the Named annotation. This implementation can be used when constructing a binding for a type that requires a Named annotation as qualifier.
Since:
4.0