Class Symbol

    • Constructor Detail

      • Symbol

        public Symbol()
    • Method Detail

      • tagName

        @NotNull
        public @NotNull java.lang.String tagName()
      • requiresInstantiation

        public boolean requiresInstantiation()
        Description copied from interface: Renderable
        Indicated whether the element can only be rendered through means of instantiation e.g. being referenced in a use tag. Instantiation doesn't create a new element it only controls, when an element can be rendered.
        Returns:
        true if only rendered is instantiated.