Created
May 25, 2020 17:36
-
-
Save qzagarese/4157cf23c4b277f4d762e1187e212170 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Getter | |
@AllArgsConstructor | |
public class FrameworkAnnotationContext<T extends Annotation> { | |
private T annotation; | |
private Object instance; | |
private AnnotatedElement annotatedElement; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment