xref
: /
external
/
dokka
/
core
/
testdata
/
java
/
deprecation.java
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
class
C
{
2
/**
3
*
@deprecated
This should no longer be used
4
*/
fn()
5
void
fn
() {}
6
}