Document R
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2022-11-24 19:06:58 +01:00
parent ba13373288
commit 89a24272ec
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
package io.gitlab.jfronny.commons.ref;
/**
* Class containing methods for nop lambdas. Use these instead of () -> {}
*/
public class R {
public static void nop() {
}