Skip to content

Commit

Permalink
Annotate new method (#90)
Browse files Browse the repository at this point in the history
This method was introduced in 0.9.0.M1
  • Loading branch information
cstamas authored May 8, 2023
1 parent e40eae2 commit 71dd56e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public interface BindingPublisher
*
* @param type The target type
* @return Adapted instance; {@code null} if it couldn't be adapted
* @since 0.9.0.M1
*/
<T> T adapt( Class<T> type );
}

0 comments on commit 71dd56e

Please sign in to comment.