@Documented @Target(value={TYPE,METHOD,FIELD}) @Retention(value=SOURCE) public @interface Debug
Object.toString()
policyObject.toString()
method for various purposes, sometime providing
content targeted to the end user (e.g. CharSequence
) and sometime providing
debugging information for developers only. In the Apache SIS library, toString()
methods without @Debug
annotation shall be understandable by the end users,
while toString()
methods with @Debug
annotation is targeted to
developers and may change in any future version.Defined in the sis-utility
module
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.