Matt Sicker created LOG4J2-1188:
-----------------------------------

             Summary: Allow plugin builders to be created without static 
factory method
                 Key: LOG4J2-1188
                 URL: https://issues.apache.org/jira/browse/LOG4J2-1188
             Project: Log4j 2
          Issue Type: Improvement
          Components: Plugins
            Reporter: Matt Sicker
            Assignee: Matt Sicker


The use of the newBuilder() static method annotated with 
{{@PluginBuilderFactory}}, while convenient, is unnecessary when constructing 
plugins via configurations. This functionality should remain, but if a plugin 
class has an inner class that implements {{Builder<T>}}, then that class can be 
used without needing to specify it through another annotation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to