forked from square/anvil
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use classname for scope types * Pre-filter annotation types * Finish making hint cache not hold symbols * Finish multi-level caching for hint loading * Formatting + API * Remove computed scopes check * Filter scopes sooner * Formatting * Fix cache merging * format * Don't defer every time, gather in-round as needed * Clean up ClassName/FqName lookups for declarations
- Loading branch information
Showing
14 changed files
with
371 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
annotations/src/main/java/com/squareup/anvil/annotations/internal/InternalAnvilHintMarker.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package com.squareup.anvil.annotations.internal | ||
|
||
/** | ||
* Indicates the annotated property is an anvil hint, used for in-round processing. | ||
*/ | ||
@Target(AnnotationTarget.PROPERTY) | ||
public annotation class InternalAnvilHintMarker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.