mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 16:36:56 +07:00
11 lines
215 B
Java
11 lines
215 B
Java
package mylibs.aspectjlibs.lib2;
|
|
|
|
<warning descr="Default File template">/**
|
|
* Created by irina on 11/6/2014.
|
|
*/</warning>
|
|
class Range {
|
|
/**
|
|
* for all public methods with name == foo* and String type
|
|
*/
|
|
}
|