@Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER,TYPE}) public @interface Comment
Being retained at runtime, it can be inspected via reflection to influence behavior based on the comment's content.
public abstract String value
Copyright © 2024. All rights reserved.