blob: acc13a25450abd7e02f47eb7f3af3491ccf52832 [file] [log] [blame]
{
"methods":[
{
"name":"java.test.Test.method",
"aspect":"#warn1"
},
{
"name":"java.test.Test.method2",
"aspect":"#warn2"
}
],
"annotations":[
{
"name":"@annotations.threading.Slow",
"aspect":"#warn3",
"group":"threading"
},
{
"name":"@annotations.threading.Fast",
"aspect":"#warn4",
"group":"threading"
},
{
"name":"@annotations.wow.Wow",
"aspect":"something.else#fail",
"group":"random"
}
]
}