The Java Tutorials have been written for JDK 8 4. Annotation프로그램에 메타데이터 정보를 제공하는 주석입니다.코드에 직접적인 영향을 주지 않습니다. ElementTypepublic enum ElementType { TYPE, /** Class, interface, enum, or record declaration */ FIELD, /** Field declaration */ METHOD, /** Method declaration */ PARAMETER, /** Formal parameter declaration */ CONSTRUCTOR, /** Constructor declaration */ ..