All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.netxms.base.annotations.Internal Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy