![JAR search and dependency download from the Maven repository](/logo.png)
com.evgenbar.binarydecoder.Decodable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-binary-decoder Show documentation
Show all versions of java-binary-decoder Show documentation
Reflection based decoder for decoding binary stream of C-like structures
The newest version!
package com.evgenbar.binarydecoder;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface Decodable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy