BAEL-2100 Custom Lombok Annotation (#5918)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.baeldung.singleton;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target(ElementType.TYPE)
|
||||
public @interface Singleton {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user