Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save qzagarese/4157cf23c4b277f4d762e1187e212170 to your computer and use it in GitHub Desktop.

Select an option

Save qzagarese/4157cf23c4b277f4d762e1187e212170 to your computer and use it in GitHub Desktop.
@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