Interface AttributeInitializer<T>


  • public interface AttributeInitializer<T>
    AttributeInitializer. Provides a way to initialize an attribute's value, whenever this needs to be done at Attribute construction time. This is usually needed when the value is a mutable object.
    Since:
    7.2
    Author:
    Tristan Tarrant
    • Method Detail

      • initialize

        T initialize()