@Retention(value=RUNTIME) @Target(value={TYPE,FIELD}) @Documented public @interface Stringable
Object.toString()
method will be used to convert it to a string, and
its single String parameter constructor will be used to create instances.Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.