Skip to content

Commit

Permalink
Support Gradle incremental annotation processing (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
rciovati authored Jul 17, 2018
1 parent 28de683 commit 175620e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Retention(RetentionPolicy.SOURCE)
@Retention(RetentionPolicy.CLASS)
@Target(ElementType.FIELD)
public @interface LightCycle {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com.soundcloud.lightcycle.LightCycleProcessor,aggregating

0 comments on commit 175620e

Please sign in to comment.