Class ComponentReference<T>

java.lang.Object
net.odoframework.container.injection.BaseRef<T>
net.odoframework.container.injection.ComponentReference<T>
All Implemented Interfaces:
Function<Container,​Supplier<T>>, Ref<T>

public class ComponentReference<T>
extends BaseRef<T>
  • Constructor Details

    • ComponentReference

      public ComponentReference​(String name)
    • ComponentReference

      public ComponentReference​(Class<?> type)
  • Method Details