Annotation Type FillerWord


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface FillerWord
    Marks a method which will be used as a preamble to the next non-filler stage method. In reports, filler words inherit the alignment of the stage method that follows. Examples of filler words that may be used are the, some, for_a. domain specific filler words can be created for specific use cases.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean joinToNextWord
      In reports, filler words marked with joinToNextWord will be prefixed to the next word in the sentence without whitespace.
      boolean joinToPreviousWord
      In reports, filler words marked with joinToPreviousWord will be suffixed to the previous word in the sentence without whitespace.
    • Element Detail

      • joinToPreviousWord

        boolean joinToPreviousWord
        In reports, filler words marked with joinToPreviousWord will be suffixed to the previous word in the sentence without whitespace.
        Default:
        false
      • joinToNextWord

        boolean joinToNextWord
        In reports, filler words marked with joinToNextWord will be prefixed to the next word in the sentence without whitespace.
        Default:
        false