mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 04:40:28 +07:00
This patch encapsulates the logic that checks if a used feature is annotated with PreviewFeature in its own visitor. The visitor now checks both PreviewFeature annotations with old and new packages. GitOrigin-RevId: f3ddc2a840b8c3a8bb4e1a731e2c208002a29fd4
6 lines
103 B
Java
6 lines
103 B
Java
package org.myorg.preview.impl;
|
|
|
|
public class FromPreviewImpl implements FromPreview {
|
|
void g() {}
|
|
}
|