repo.or.cz
/
SquirrelJME.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adjust sourcize.c to use _snprintf if using MSVC.
[SquirrelJME.git]
/
.idea
/
fileTemplates
/
internal
/
AnnotationType.java
blob
41be6bbf53983e11fa871a66addd3accc19981a7
1
#
parse
(
"File Header.java"
)
2
3
#
if
(
$
{
PACKAGE_NAME
} &&
$
{
PACKAGE_NAME
} !=
""
)
package
$
{
PACKAGE_NAME
};
#end
4
5
/**
6
* Not Described.
7
*
8
* @since ${YEAR}/${MONTH}/${DAY}
9
*/
10
public
@interface
$
{
NAME
}
11
{
12
}