4445464748495051
*/ public FixedInjectionSource(final Object value) { if (value == null) { throw new IllegalArgumentException("value is null"); } managedReferenceFactory = new StaticManagedObject(value); this.value = value; }