Class LiteralRef<T>

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

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

    • LiteralRef

      public LiteralRef​(String name, T value)
    • LiteralRef

      public LiteralRef​(T value)
  • Method Details