Skip to content

Commit

Permalink
quarkusio#36581 Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
humcqc committed Nov 15, 2023
1 parent 8a09e97 commit 48777f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
import java.lang.annotation.Target;

/**
* Define a field's path for the SELECT statement when using a projection DTO.
* It supports the "dot" notation for fields in referenced entities:
* the name is composed of the property name for the relationship, followed by a dot ("."), followed by the name of the field.
* Define a Class that is used for query projection,
* Identify nested object type that is projected.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
import java.lang.annotation.Target;

/**
* Define a field's path for the SELECT statement when using a projection DTO.
* It supports the "dot" notation for fields in referenced entities:
* the name is composed of the property name for the relationship, followed by a dot ("."), followed by the name of the field.
* Define a Class that is used for query projection,
* Identify nested object type that is projected.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
Expand Down

0 comments on commit 48777f9

Please sign in to comment.