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

AuthMe / ConfigMe / 11195997843

05 Oct 2024 08:11PM UTC coverage: 99.411%. Remained the same
11195997843

Pull #444

github

ljacqu
Move channel declaration
Pull Request #444: #442 Update Checkstyle version used by CodeClimate

528 of 540 branches covered (97.78%)

1520 of 1529 relevant lines covered (99.41%)

4.58 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