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 
char 
boolean
@SpringBootApplication
SpringApplication.run(
byte 
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
@Deprecated
@controller
@repository
@entity
@id
@service
@SuppressWarnings
@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)
