Android Annotation Library


Лицензия

Лицензия

Группа

Группа

cn.bingoogolapple.loon
Идентификатор

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

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

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

1.1.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

Android Annotation Library
Android Annotation Library
Ссылка на сайт

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

https://github.com/bingoogolapple/Loon
Система контроля версий

Система контроля версий

https://github.com/bingoogolapple/Loon

Скачать library

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

<!-- https://jarcasting.com/artifacts/cn.bingoogolapple.loon/library/ -->
<dependency>
    <groupId>cn.bingoogolapple.loon</groupId>
    <artifactId>library</artifactId>
    <version>1.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.bingoogolapple.loon/library/
implementation 'cn.bingoogolapple.loon:library:1.1.0'
// https://jarcasting.com/artifacts/cn.bingoogolapple.loon/library/
implementation ("cn.bingoogolapple.loon:library:1.1.0")
'cn.bingoogolapple.loon:library:aar:1.1.0'
<dependency org="cn.bingoogolapple.loon" name="library" rev="1.1.0">
  <artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.bingoogolapple.loon', module='library', version='1.1.0')
)
libraryDependencies += "cn.bingoogolapple.loon" % "library" % "1.1.0"
[cn.bingoogolapple.loon/library "1.1.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

💗 BGAAnnotation-Android v1.0.0 💗

Android自动注入注解框架

主要功能:activity、fragment、dialog、自定义组合控件中layout和view的自动注入

PS:很多注解框架都有这个功能,它们同时还包含了数据库以及网络请求等注解,但是有些项目中根本用不到数据库和网络请求,如果这时使用那些注解框架,处女座就要 😠

效果图

Image of BGAAnnotationDemo Image of BGAAnnotationDemo Image of BGAAnnotationDemo

Gradle

dependencies {
    compile 'cn.bingoogolapple:bga-annotation:1.0.0@aar'
}
详细用法请查看demo 🐾

License

Copyright 2015 bingoogolapple

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

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

Версия
1.1.0
1.0.0