Skip to content

Commit

Permalink
Support incremental annotation processing
Browse files Browse the repository at this point in the history
  • Loading branch information
technoir42 committed Feb 7, 2019
1 parent b56dbab commit af1a58e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com.bumptech.glide.annotation.compiler.GlideAnnotationProcessor,aggregating
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
* @see GlideOption
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.SOURCE)
@Retention(RetentionPolicy.CLASS)
public @interface GlideExtension { }
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* <p>Replaces <meta-data /> tags in AndroidManifest.xml.
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.SOURCE)
@Retention(RetentionPolicy.CLASS)
public @interface GlideModule {
/**
* Returns the name of the class that will be used as a replacement for
Expand Down

0 comments on commit af1a58e

Please sign in to comment.