
org.netxms.base.annotations.Internal Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of netxms-base Show documentation
Show all versions of netxms-base Show documentation
NetXMS base classes and commonly used utility code
The newest version!
/**
*
*/
package org.netxms.base.annotations;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Indicates internal class or field. Serialization code can use it to exclude certain elements.
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface Internal
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy