• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

AuthMe / ConfigMe / 7041999669

30 Nov 2023 04:25AM UTC coverage: 99.413%. Remained the same
7041999669

Pull #401

github

web-flow
Bump actions/setup-java from 3 to 4

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #401: Bump actions/setup-java from 3 to 4

527 of 540 branches covered (0.0%)

1524 of 1533 relevant lines covered (99.41%)

4.57 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/main/java/ch/jalu/configme/beanmapper/ExportName.java
1
package ch.jalu.configme.beanmapper;
2

3
import org.jetbrains.annotations.NotNull;
4

5
import java.lang.annotation.Documented;
6
import java.lang.annotation.ElementType;
7
import java.lang.annotation.Retention;
8
import java.lang.annotation.RetentionPolicy;
9
import java.lang.annotation.Target;
10

11
/**
12
 * Annotation placed on a field to indicate that it should be loaded and written
13
 * to a property resource with a different name.
14
 */
15
@Retention(RetentionPolicy.RUNTIME)
16
@Target(ElementType.FIELD)
17
@Documented
18
public @interface ExportName {
19

20
    /**
21
     * @return the name to use when interacting with property resources
22
     */
23
    @NotNull String value();
24

25
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc