Class MethodAttributeAppender.Factory.Compound

    • Constructor Detail

      • Compound

        public Compound​(MethodAttributeAppender.Factory... factory)
        Creates a new compound method attribute appender factory.
        Parameters:
        factory - The factories that are to be combined by this compound factory in the order of their application.
      • Compound

        public Compound​(java.util.List<? extends MethodAttributeAppender.Factory> factories)
        Creates a new compound method attribute appender factory.
        Parameters:
        factories - The factories that are to be combined by this compound factory in the order of their application.