File: Immutable.java

package info (click to toggle)
libjgroups-java 2.12.2.Final-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 8,724 kB
  • sloc: java: 109,098; xml: 9,423; sh: 174; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
/* simple DFSG free reimplementation of the CC licensed original */

package org.jgroups.annotations;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Retention(RetentionPolicy.SOURCE)
public @interface Immutable { }