Package play.inject

Class NamedImpl

java.lang.Object
play.inject.NamedImpl
All Implemented Interfaces:
Serializable, Annotation

public class NamedImpl extends Object implements jakarta.inject.Named, Serializable
An implementation of the [[jakarta.inject.Named]] annotation.

This allows bindings qualified by name.

See Also: