easy-annotations

Easy for Annotations

License

License

GroupId

GroupId

xyz.srclab.common
ArtifactId

ArtifactId

easy-annotations
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

easy-annotations
Easy for Annotations
Project URL

Project URL

https://github.com/srclab-projects/easy-common
Source Code Management

Source Code Management

https://github.com/srclab-projects/easy-common

Download easy-annotations

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar

Project Modules

There are no modules declared in this project.

Boat: SrcLab Core Libraries for Java/kotlin

Boat

Choose the doc style and language you like:

More see docs/

Contact

License

Apache 2.0 license


There seems to be something below...































































































































boat-egg: Wow, you found me!

public class EggSample {

  @Test
  public void testEgg() {
    EggManager eggManager = BoatEggManager.INSTANCE;
    Egg egg = eggManager.pick("O Space Battle");
    //egg.hatchOut("Thank you, Taro.");
    egg.hatchOut("谢谢你,泰罗。");
  }
}
class EggSample {

  @Test
  fun testEgg() {
    val egg = BoatEggManager.pick("O Space Battle")
    //egg.hatchOut("Thank you, Taro.")
    egg.hatchOut("谢谢你,泰罗。")
  }
}
xyz.srclab.common

Source Lab

Fun with Coding and Researching

Versions

Version
1.0.0