Class Stage<SELF extends Stage<?>>

  • Type Parameters:
    SELF - the type of the extending class to realize the fluent interface

    public class Stage<SELF extends Stage<?>>
    extends StageBase<SELF>
    Base class for Stages. Defines some introduction words. Follows the fluent interface pattern.