XApi - Core reflection apis and interfaces

All of our modules, somewhere along the way, use reflective structures wrapping java objects from various apis. Gwt uses JDT AST, Jre uses actual reflection, and our injection library uses a bytecode scanner to read in .class files. In order to abstract over the various apis we wrap, we have our own interface layer to describe java metadata, so we can create tools to utilize java structure independent of any given dependencies.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.wetheinter
Идентификатор

Идентификатор

xapi-core-reflect
Последняя версия

Последняя версия

0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

XApi - Core reflection apis and interfaces
All of our modules, somewhere along the way, use reflective structures wrapping java objects from various apis. Gwt uses JDT AST, Jre uses actual reflection, and our injection library uses a bytecode scanner to read in .class files. In order to abstract over the various apis we wrap, we have our own interface layer to describe java metadata, so we can create tools to utilize java structure independent of any given dependencies.
Организация-разработчик

Организация-разработчик

The Internet Party

Скачать xapi-core-reflect

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-core-reflect/ -->
<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi-core-reflect</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-reflect/
implementation 'net.wetheinter:xapi-core-reflect:0.5'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-reflect/
implementation ("net.wetheinter:xapi-core-reflect:0.5")
'net.wetheinter:xapi-core-reflect:jar:0.5'
<dependency org="net.wetheinter" name="xapi-core-reflect" rev="0.5">
  <artifact name="xapi-core-reflect" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-core-reflect', version='0.5')
)
libraryDependencies += "net.wetheinter" % "xapi-core-reflect" % "0.5"
[net.wetheinter/xapi-core-reflect "0.5"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
net.wetheinter : xapi-core-api jar 0.5

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.5
0.4
0.3