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 Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • initialize

      T initialize()