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