Class ValueRef

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

public class ValueRef
extends BaseRef<String>
  • Constructor Details

    • ValueRef

      public ValueRef​(String name, String defaultValue)
  • Method Details