Skip to content

Commit

Permalink
Make processor incremental (aggregating)
Browse files Browse the repository at this point in the history
  • Loading branch information
houlisha committed Apr 11, 2020
1 parent 5de3946 commit 0871abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
/**
* This is the annotation processor for FragmentArgs
*
* Is an aggregating processor, because we add more than one originating element for each builder file.
* @author Hannes Dorfmann
*/
public class ArgProcessor extends AbstractProcessor {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com.hannesdorfmann.fragmentargs.processor.ArgProcessor,AGGREGATING

0 comments on commit 0871abb

Please sign in to comment.