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
- 오블완
- spring security
- JPA
- Gradle
- thymeleaf
- GitHub
- Codeup
- mariadb
- 클린 코드
- 기초100제
- Git
- golang
- 객사오
- Spring Boot
- 롬복
- H2 설치
- 클린코드
- 알고리즘
- MySQL
- 코드업
- Vue.js
- java
- go
- 파이썬
- springboot
- 티스토리챌린지
- 스프링
- Spring
- Postman
- Python
Archives
- Today
- Total
목록@Target (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