static
示例:
class Parent { static void method(){} } class Example extends Parent { static void method(){} //警告 }