class 
interface 
enum 
extends 
implements 
package 
import 
public 
private 
protected 
static 
final 
abstract 
synchronized 
volatile 
transient 
native 
strictfp 
this
super
void 
return 
new 
if(
else(
switch(
case 
default:
while(
for(
do {
break;
continue;
try {
catch(
finally {
throw 
throws 
instanceof 
assert 
int 
long 
double 
float
array
ArrayList
LinkedList
char
List
boolean
@SpringBootApplication
@Component
@ComponentScan
@EnableAutoConfiguration
SpringApplication.run(
byte
Quque
Stack
Map
short 
String
void 
System.out.print
System.out.println
System.err.print
System.err.println
Math.
Integer.
Double.
Float.
Long.
Character.
Boolean.
public static void main(String[] args)
new 
super(
this(
@Override
@Qualifier
@SpringBootConfiguration
@Value
@Bean
@Deprecated
@RestController
@Controller
@Configuration
@RequestMapping
@Repository
@Autowired
@Entity
@GetMapping
@PostMapping
@PutMapping
@DeleteMapping
@PatchMapping
@PathVariable
@RequestParam
@RequestBody
@ResponseBody
@ResponseStatus
@Table
date
@Id
@Column
@Query
@SpringBootTest
@Service
@WebMvcTest
@DataJpaTest
@MockBean
@Test
@Profile
@GeneratedValue
@ConfigurationProperties
@SuppressWarnings
@PropertySource
@FunctionalInterface
@Test
//
//*
*/
/**
==
!=
<=
>=
+=
-=
*=
/=
%=
++
--
&&
||
!
?
NullPointerException
ArrayIndexOutOfBoundsException
IllegalArgumentException
IOException
SQLException
ClassNotFoundException
ArithmeticException
java.util.
java.io.
java.lang.
java.math.
java.sql.
java.time.
java.net.
break;
continue;
return;
throw;
throws 
(int)
(double)
(float)
(char)
(long)
(boolean)
(byte)
(short)
(String)
