public interface CodeAware
@Nullable String
getCode()
default String
getCodeIf(boolean nonnull)
getCodeOr(String elze)
@Nullable @Nullable String getCode()
@Contract(value="true->!null") default String getCodeIf(boolean nonnull)
@Contract(value="!null->!null") default String getCodeOr(String elze)
Copyright © 2025. All rights reserved.