Skip to content

Commit

Permalink
[REFACT] 어노테이션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JIN-076 committed Feb 19, 2024
1 parent f90189d commit 7d71bb1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
import io.oeid.mogakgo.domain.user.domain.UserWantedJobTag;
import io.swagger.v3.oas.annotations.media.Schema;
import java.util.List;
import lombok.AccessLevel;
import lombok.AllArgsConstructor;
import lombok.Getter;

@Schema(description = "회원 프로필 조회 응답")
@Getter
@AllArgsConstructor(access = AccessLevel.PUBLIC)
@AllArgsConstructor
public class UserPublicApiResponse {
@Schema(description = "회원 식별자", example = "1")
private final long id;
Expand Down

0 comments on commit 7d71bb1

Please sign in to comment.