Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Feb 10, 2024
1 parent 35c9a2c commit 73618de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# unroll


Unroll provides the `@Unroll` annotation that can be applied to methods, classes, and
constructors. `@Unroll` generates unrolled/telescoping versions of the method, starting
Unroll provides an experimental `@Unroll` annotation that can be applied to methods, classes,
and constructors. `@Unroll` generates unrolled/telescoping versions of the method, starting
from the annotated parameter, which are simple forwarders to the primary method or
constructor implementation. This allows you to maintain binary compatibility when adding
a new default parameter, without the boilerplate of manually defining forwarder methods.
Expand Down

0 comments on commit 73618de

Please sign in to comment.