上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 92 下一页
摘要: ## 介绍 - java.text.MessageFormat - public class MessageFormat extends Format ## API ### 构造器 - MessageFormat(String pattern) - MessageFormat(String patt 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.util.Currency - public final class Currency implements Serializable - ISO 4217 货币 ## API ### static - getInstance - `Currency getInstance 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(16) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.util.ResourceBundle - public abstract class ResourceBundle - 资源包 ## API ### static - clearCache - getBundle - ResourceBundle getBundle(St 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.lang.annotation.Annotation - public interface Annotation - 所有的注解接口都隐式地扩展自此接口。这个接口是一个常规接口,不是一个注解接口 ## API - annotationType - `Class annota 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.lang.annotation.RetentionPolicy - public enum RetentionPolicy - 保留策略 - 配合 `@Retention` 元注解使用 ## API ### enum - SOURCE - 不包括在类文件中的注解 - CLA 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.lang.annotation.Inherited - 声明 ```java @Documented @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.ANNOTATION_TYPE) public @inter 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.lang.annotation.Repeatable - 声明 ```java @Documented @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.ANNOTATION_TYPE) public @inte 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(35) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.lang.Deprecated - 声明 ```java @Documented @Retention(RetentionPolicy.RUNTIME) @Target(value={CONSTRUCTOR, FIELD, LOCAL_VARIABLE, METHOD, P 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.lang.SuppressWarnings - 声明 ```java @Target({TYPE, FIELD, METHOD, PARAMETER, CONSTRUCTOR, LOCAL_VARIABLE, MODULE}) @Retention(RetentionPol 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.security.MessageDigest - public abstract class MessageDigest extends MessageDigestSpi ## API ### static - getInstance - `MessageDigest ge 阅读全文
posted @ 2023-08-24 10:24 流星<。)#)))≦ 阅读(8) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 92 下一页