fastapt

java fast annotation processor tool

Лицензия

Лицензия

Группа

Группа

org.fastlight
Идентификатор

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

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

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

fastapt
java fast annotation processor tool
Ссылка на сайт

Ссылка на сайт

https://github.com/fast-light/fastaop

Скачать fastapt

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.google.auto.service : auto-service jar 1.0-rc7
org.apache.commons : commons-lang3 jar 3.9

system (1)

Идентификатор библиотеки Тип Версия
com.sun » tools jar 1.8

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

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

Java lightweight AOP framework

Intro

A lightweight AOP framework based on Java Annotation Processing, Its principle is similar to that of Lombok

Features

  • 📦 Out of the box, compatible with any project
  • 🚀 Based on Java Annotation Processing, high-performance
  • ⚡️ Suitable for arbitrary modifiers methods, like private,protected,static etc..

Guide

please visit FastAop Guide.

Development

$ mvn clean install

IDEA setting

setting->build->compiler->Shared build process VM options: -Djps.track.ap.dependencies=false

Note

FastAop currently only supports Java 8, and does not support other versions at the moment. Later, it will gradually support and adapt to Java 9+

org.fastlight

fastlight

focus on fast lightweight library

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

Версия
1.0.1
1.0.0