Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Mar 18, 2020
1 parent 9d6ddf5 commit 9cff587
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
import io.micronaut.aop.Introduction;
import io.micronaut.context.annotation.Type;
import io.micronaut.core.annotation.Internal;
import io.micronaut.transaction.jdbc.TransactionalConnection;
import io.micronaut.transaction.jdbc.TransactionalConnectionInterceptor;

import java.lang.annotation.Retention;

import static java.lang.annotation.RetentionPolicy.RUNTIME;
Expand All @@ -14,8 +11,8 @@
* An introduction advice annotation used to create a transaction aware session.
* Considered internal and not for explicit usage.
*
* @see TransactionalConnectionInterceptor
* @see TransactionalConnection
* @see TransactionalSessionInterceptor
* @see TransactionalSession
*/
@Retention(RUNTIME)
@Introduction
Expand Down

0 comments on commit 9cff587

Please sign in to comment.