File tree 2 files changed +0
-4
lines changed
android/guava/src/com/google/common/hash
guava/src/com/google/common/hash
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
package com .google .common .hash ;
16
16
17
- import com .google .common .annotations .Beta ;
18
17
import com .google .common .primitives .Ints ;
19
18
import com .google .errorprone .annotations .Immutable ;
20
19
import java .nio .ByteBuffer ;
116
115
* @author Kevin Bourrillion
117
116
* @since 11.0
118
117
*/
119
- @ Beta
120
118
@ Immutable
121
119
@ ElementTypesAreNonnullByDefault
122
120
public interface HashFunction {
Original file line number Diff line number Diff line change 14
14
15
15
package com .google .common .hash ;
16
16
17
- import com .google .common .annotations .Beta ;
18
17
import com .google .common .primitives .Ints ;
19
18
import com .google .errorprone .annotations .Immutable ;
20
19
import java .nio .ByteBuffer ;
116
115
* @author Kevin Bourrillion
117
116
* @since 11.0
118
117
*/
119
- @ Beta
120
118
@ Immutable
121
119
@ ElementTypesAreNonnullByDefault
122
120
public interface HashFunction {
You can’t perform that action at this time.
0 commit comments