Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions wurst/_wurst/Annotations.wurst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import NoWurst
/** This annotation means that this function will be executed when the map is compiled. */
@annotation public function compiletime()

/** Functions annotated with @benchmark can be measured by the benchmark runner. */
@annotation public function benchmark()

/** This annotation means that this function should no longer be used. */
@annotation public function deprecated()

Expand Down