Class LazyPlexusBean<T>

java.lang.Object
org.eclipse.sisu.plexus.LazyPlexusBean<T>
All Implemented Interfaces:
Map.Entry<String,T>, PlexusBean<T>

final class LazyPlexusBean<T> extends Object implements PlexusBean<T>
Map.Entry representing a lazy @Named Plexus bean; the bean is only retrieved when the value is requested.