whiteship / live-study

온라인 스터디
https://www.youtube.com/user/whiteship2000
854 stars 167 forks source link

12주차 과제: 애노테이션 #12

Closed whiteship closed 3 years ago

whiteship commented 3 years ago

목표

자바의 애노테이션에 대해 학습하세요.

학습할 것 (필수)

마감일시

2021년 2월 6일 토요일 오후 1시까지.

Junhan0037 commented 3 years ago

12주차 과제 제출합니다. https://www.notion.so/12-9dd1d56429b94ad18e9649a85dfdc0fd

jameshan521 commented 3 years ago

https://imdigging.tistory.com/9

12주차 과제 제출합니다! 감사합니다~

DevelopJKong commented 3 years ago

https://blog.naver.com/tbaram10/222226543878 12주차 과제 제출합니다! 감사합니다!!

ChoiGiSung commented 3 years ago

https://github.com/ChoiGiSung/JavaStudy/blob/main/12%EC%A3%BC%EC%B0%A8.md 감사합니다! 많이 배웠습니다.

haemin-jeong commented 3 years ago

애노테이션 프로세서 부분이 부족한데... 코드 조작 강의 들으면서 공부하겠습니다. 감사합니다! https://developer-hm.tistory.com/35

etff commented 3 years ago

12주차 과제입니다 https://itcoin.tistory.com/511

mongzza commented 3 years ago

12주차 제출합니다. 감사합니다~

lee-maru commented 3 years ago

이번 스터디를 통해, AST를 직접 조작하는 방법으로 롬복의 getter 와 setter 를 만들어보았습니다.

롬복의 @getter, @setter 를 직접 만들어보자

(whiteship) 이번주 MVP!

bswsw commented 3 years ago

12주차 과제 제출합니다. 감사합니다~ https://blog.baesangwoo.dev/posts/java-livestudy-12week/

gcha-kim commented 3 years ago

12주차 과제입니다. https://www.notion.so/gcha/12-Week-Annotation-907d3054ceb04f7e9da6555195bd811e

LeeGiCheol commented 3 years ago

안녕하세요!! 12주차 과제 제출합니다~ 감사합니다!!

https://leegicheol.github.io/whiteship-live-study/whiteship-live-study-12-annotation/

leewoooo commented 3 years ago

12주체 과제 제출합니다 감사합니다:) https://github.com/LeeWoooo/Java_LiveStudy/tree/master/week12

garlickim commented 3 years ago

12주차 과제 제출합니다. 감사합니다. https://github.com/garlickim/whiteship-live-java-study/week12

sunnynote commented 3 years ago

안녕하세요. 12주차 과제 제출합니다. 감사합니다!

dmstjd1024 commented 3 years ago

12주차 과제 제출합니다! https://dmstjd1024.github.io/2021/02/05/live-study12.html

SJParkkk commented 3 years ago

12주차 과제 제출합니다! https://sjparkk.tistory.com/17

Jangilkyu commented 3 years ago

12주차 과제 제출합니다.!

https://github.com/Jangilkyu/Java_Study/tree/main/Weeks12

jongyeans commented 3 years ago

질문이 있어 미완성된 과제를 올려보며 스터디 이후 다시 완성하도록 하겠습니다. https://morebetterworld.tistory.com/14

질문사항

어노테이션 중에 "@Inherited" 의 용도가 궁금합니다. 어노테이션은 상속이 불가능한데, 상속받은 자식 클래스에서 해당 어노테이션을 갖고 있는것으로 개념적으로 내용은 이해되었는데 실제 사용하는 경우가 있는지 궁금합니다.

그리고 Retentaion에서 Class 정책의 용도도 궁금합니다!

(whiteship) 좋은 질문 감사합니다. 수업에서 다룰께요.

numuduwer commented 3 years ago

과제 제출합니다.
감사합니다! https://www.notion.so/12-7b346e0e1fdd41a0ad19461ed08abb47

damho1104 commented 3 years ago

이번 스터디 내용 공유합니다. https://www.notion.so/damho1104/12-4f396f3b5d8844548c224161f78d4aa3 이번주는 너무 바빠서 공부를 깊이 있게 못했네요...ㅜㅜ

doyoung0205 commented 3 years ago

과제 제출합니다. https://doyoung.tistory.com/25

SooJungDev commented 3 years ago

12주차 과제 제출합니다. 감사합니다!

yhh1056 commented 3 years ago

https://www.notion.so/aeno/e6d2b538bca845939f079865f482d07d 12주차 과제 제출합니다~

sinchang1 commented 3 years ago

https://www.notion.so/Week_12-Baik-s-JAVA_STUDY-4f07f69af2d34b1aa4f40ccb93e74041 12주차 과제 제출합니다~

1031nice commented 3 years ago

감사합니다. https://github.com/1031nice/JavaStudy/blob/master/live-study/week12.md

honux77 commented 3 years ago

12주차 과제

감사합니다!

parker1609 commented 3 years ago

안녕하세요. 12주차 과제 제출합니다. 12주차 과제 링크

감사합니다!

yeGenieee commented 3 years ago

12주차 과제 제출합니다. 감사합니다 ! https://github.com/yeGenieee/java-live-study/blob/main/%5B12%5DJava%20Live%20Study.md

redbean88 commented 3 years ago

12주차 과제입니다. https://redbean88.github.io/study/whiteship-study-12week/

질문

어노테이션 프로세서가 꼭 컴파일시와 같은 바이트코드 조작만 말하는건지, 어노테이션을 이용한 서비스 개선도 어노테이션 프로세서라 말할수 있는지 궁금합니다.

(whiteship) 좋은 질문 감사합니다. 질문에서 "서비스 개선"이라는게 어떤건지 조금 더 구체적으로 말씀해 주시면 감사하겠습니다.

Sungjun-HQ commented 3 years ago

https://whereishq.blogspot.com/2021/02/12.html

항상 감사합니다.

시간 분배를 잘못했습니다. 앞의 내용이 '애노테이션 프로세서' 구현을 위한 스터디였다는걸 마지막 '애노테이션 프로세서'를 들여다보면서 알았습니다. ㅠㅜ

(whiteship) ㅋㅋ 꼭 그런건 아니에요. 잘 하셨어요.

hongminpark commented 3 years ago

12주차 과제 재출합니다 https://hongminpark.github.io/2021-02-06/studyhalle12

2yeseul commented 3 years ago

12주차 과제 제출합니다. https://github.com/2yeseul/TIL/blob/master/Java/Annotation.md

ysmiler commented 3 years ago

12주차

과제 제출합니다. 감사합니다!!

chulphan commented 3 years ago

안녕하세요

12주차 과제 제출합니다

감사합니다

https://chulphan.tistory.com/15

JeongJin984 commented 3 years ago

12주자 과제 제출합니다. https://github.com/JeongJin984/JeongJin984.github.io/blob/master/_posts/2021-02-26-Java-Annotation.md

(whiteship) 애노테이션 프로세서 만들어 보셨으니까 하트

JJongSue commented 3 years ago

12주차 과제 제출합니다. https://github.com/JJongSue/javastudy/tree/master/src/main/java/week12

hoi-hoon commented 3 years ago

12주차 과제입니다. 감사합니다! https://hoi-hoon.github.io/study/live-study-12/

KilJaeeun commented 3 years ago

12주차 과제 제출합니다. https://kils-log-of-develop.tistory.com/540

integer87 commented 3 years ago

12주차 과제 제출합니다. https://github.com/integer87/study/blob/master/week12/week12.md

애노테이션 프로세서를 따라서 한번 만들어 봤는데.. 잘 안되더라구요 스터디때 간단한 애노테이션 프로세서를 만들어서 적용한번 해주실 수 있으신가요?

plzprayme commented 3 years ago

과제 제출합니다

ahyz0569 commented 3 years ago

12주차 과제 제출합니다! https://github.com/ahyz0569/Study/blob/main/Java-study/week_012.md

yky03 commented 3 years ago

12주차 과제 제출합니다. 감사합니다. https://github.com/yky03/java-study-issues/blob/main/week12-annotation.md

haemanlee commented 3 years ago

https://haemanlee.tistory.com/11

12주차 과제 제출합니다.

sskim91 commented 3 years ago

12주차 과제 제출합니다. https://amagrammer91.tistory.com/60

gintire commented 3 years ago

12주차 과제 제출합니다 https://gintrie.tistory.com/73

tocgic commented 3 years ago

12주차 과제 제출합니다. https://github.com/tocgic/study-java-basic/blob/main/week12.md

morethanmin commented 3 years ago

과제 제출합니다!

https://moredevmin.tistory.com/22

kgc0120 commented 3 years ago

12주차 과제 제출합니다! https://gyucheolk.tistory.com/18

thisisyoungbin commented 3 years ago

https://young-bin.tistory.com/78 12주차 과제 제출합니다. 부족한 부분들은 라이브를 돌려보며 보충할 예정입니다 !

mameil commented 3 years ago

https://github.com/kyu9/WS_study/blob/master/week12.md 깜빡하고 과제제출이 늦어졌네요 ㅠㅠ 그래도 제출하겠습니다!