Interface DomainInitializer


  • @Contract
    public interface DomainInitializer
    Marker interface to mark inhabitants that require some minimal initial configuration to be inserted into a newly create domain's domain.xml
    Author:
    Nandini Ektare
    • Method Detail

      • getInitialConfig

        <T extends Container> T getInitialConfig​(DomainContext initialCtx)
        The actual initial config that needs to be inserted into the fresh domain.xml See Attribute#value() for how the default value is inferred.