mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
Now start from annotations instead of type element or owner (process owners for external annotations only) Also, prefer TYPE_USE when reporting on primitive types GitOrigin-RevId: 90771f89eb68ed1446afa9bbfc9cc7938c321d26
6 lines
192 B
Java
6 lines
192 B
Java
class Y {
|
|
public static <warning descr="Primitive type members cannot be annotated">@withTypeUse.Nullable</warning> byte @withTypeUse.Nullable [] getData3() {
|
|
return null;
|
|
}
|
|
}
|