generic-enums:尝试实施https

时间:2024-04-21 11:02:26
【文件属性】:

文件名称:generic-enums:尝试实施https

文件大小:46KB

文件格式:ZIP

更新时间:2024-04-21 11:02:26

Java

通用枚举 什么是通用枚举 这是提供通用枚举的Java注释处理器。 基本上是实施的尝试 通用枚举示例: @GenericEnum enum Primitive { BYTE ( byte . class, ( byte ) 0 ), SHORT ( short . class, ( short ) 0 ), INT ( int . class, 0 ), FLOAT ( float . class, 0f ), LONG ( long . class, 0L ), DOUBLE ( double . class, 0d ), CHAR ( char . class, ' a ' ), BOOLEAN ( boolean . class, false ), BOOLEAN_OBJECT ( Boolean . class


【文件预览】:
generic-enums-main
----processor()
--------src()
--------pom.xml(7KB)
----.github()
--------workflows()
----it()
--------invoker.properties(79B)
--------src()
--------pom.xml(7KB)
----.idea()
--------aws.xml(485B)
--------misc.xml(437B)
--------compiler.xml(2KB)
--------generic-enums.iml(741B)
--------modules.xml(693B)
--------.gitignore(47B)
--------vcs.xml(167B)
----.travis.yml(144B)
----LICENSE(1KB)
----README.md(4KB)
----pom.xml(7KB)
----.gitignore(189B)
----annotations()
--------src()
--------pom.xml(4KB)

网友评论