Skip to content

Commit

Permalink
Deprecated annotation added to IndexInitializer (#2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoKKim authored Jan 29, 2024
1 parent 65ca1b5 commit b0f9e62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ private IndexView createCustomIndex() {

// directives from the API module
indexer.index(convertClassToInputStream(ComposeDirective.class));
indexer.index(convertClassToInputStream(Deprecated.class));
indexer.index(convertClassToInputStream(Extends.class));
indexer.index(convertClassToInputStream(External.class));
indexer.index(convertClassToInputStream(Inaccessible.class));
Expand Down

0 comments on commit b0f9e62

Please sign in to comment.