walkmod-setter-getter-plugin

Walkmod plugin to add setters and getters into Java source files.

Лицензия

Лицензия

Группа

Группа

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

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

walkmod-setter-getter-plugin
Последняя версия

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

2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

walkmod-setter-getter-plugin
Walkmod plugin to add setters and getters into Java source files.
Ссылка на сайт

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

https://github.com/rpau/walkmod-setter-getter-plugin
Система контроля версий

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

https://github.com/rpau/walkmod-setter-getter-plugin

Скачать walkmod-setter-getter-plugin

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.walkmod : javalang jar [3.0.0, 4.0.0)
org.walkmod : walkmod-core jar [1.0.0,2.0.0)
commons-lang : commons-lang jar 2.6

test (1)

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

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

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

walkmod-setter-getter-plugin

Build Status

This project is a walkmod plugin to generate a setter and a setter for each field declaration.

Usage

Inside your transformation chain, you need to declare the following code transformation.

<transformation type="walkmod:commons:setter-getter-gen" isMergeable="true">

Contributing

If you want to hack on this, fork it, improve it and send me a pull request.

To get started using it, just clone it and call mvn install.

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

Версия
2.0
1.0