You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Matt Sicker (Jira)" <ji...@apache.org> on 2019/10/06 23:19:00 UTC

[jira] [Created] (LOG4J2-2702) Unify @Plugin, @PluginFactory, and @PluginBuilderFactory annotations

Matt Sicker created LOG4J2-2702:
-----------------------------------

             Summary: Unify @Plugin, @PluginFactory, and @PluginBuilderFactory annotations
                 Key: LOG4J2-2702
                 URL: https://issues.apache.org/jira/browse/LOG4J2-2702
             Project: Log4j 2
          Issue Type: Improvement
          Components: Plugins
            Reporter: Matt Sicker
            Assignee: Matt Sicker


In the 2.0 plugin API, there turned out to be a few redundant annotations involved with plugins. For 3.0, this can be simplified as follows:
 * {{@PluginBuilderFactory}} can be combined with {{@PluginFactory}}
 * {{@PluginBuilderAttribute}} can be combined with {{@PluginAttribute}}
 * @Plugin and @PluginFactory can be combined somehow (declaring class?)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)