xref
: /
external
/
annotation-tools
/
scene-lib
/
src
/
annotations
/
toys
/
FancierAnnotation.java
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
annotations
.
toys
;
2
3
public
@
interface
FancierAnnotation
{
4
FancyAnnotation
fa
();
5
}
6