Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- go
- GitHub
- Codeup
- Spring Boot
- JPA
- 클린코드
- MySQL
- Git
- spring security
- Python
- thymeleaf
- Gradle
- H2 설치
- 티스토리챌린지
- 알고리즘
- 기초100제
- Spring
- 오블완
- 객사오
- mariadb
- 클린 코드
- springboot
- Vue.js
- java
- 코드업
- 스프링
- Postman
- golang
- 파이썬
- 롬복
Archives
- Today
- Total
목록어노테이션 프로세서 (1)
nyximos.log
[Java] 애노테이션
👩🚀 목표 자바의 애노테이션에 대해 학습하세요. 👩💻 학습할 것 애노테이션 정의하는 방법 @retention @target @documented 애노테이션 프로세서 Annotation 인터페이스 기반으로 주석처럼 프로그래밍 언어에 영향을 미치지 않으며 프로그램에 대해 의미를 부여하거나 기능을 제공한다. JDK 1.5에 추가되었다. JDK에서 제공하는 annotation은 java.lang.annotation 패키지에 포함되어 있다. Built in Annotation과 Meta-Annotation으로 나뉘며 개발자가 직접 만들어내는 Custom Aannotation이 있다. 용도 Information for the compiler- Annotations can be used by the compile..
Programming/JAVA
2022. 9. 11. 15:24