Skip to content

Commit

Permalink
Update API file
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Dec 11, 2024
1 parent cc619fd commit b786365
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions poko-annotations/api/poko-annotations.api
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ public abstract interface annotation class dev/drewhamilton/poko/ArrayContentSup
public abstract interface annotation class dev/drewhamilton/poko/Poko : java/lang/annotation/Annotation {
}

public abstract interface annotation class dev/drewhamilton/poko/Skipped : java/lang/annotation/Annotation {
}

public abstract interface annotation class dev/drewhamilton/poko/SkippedSupport : java/lang/annotation/Annotation {
}

0 comments on commit b786365

Please sign in to comment.