Annotation Type LocalAddress


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface LocalAddress
    This is an assertion, checked at startup time. It ensures that the field this annotation is on is (1) an InetAddress and (2) a valid address on a local network interface
    Since:
    2.11.2
    Author:
    Bela Ban