mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
move OverrideImplementTest to community
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@interface ff{
|
||||
String f() default "";
|
||||
}
|
||||
class d implements ff {
|
||||
<caret>
|
||||
public Class<? extends Annotation> annotationType() {
|
||||
return null; //To change body of implemented methods use File | Settings | File Templates.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user