org.carrot2.core.attribute
Annotation Type Internal


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Internal

Denotes attributes the end-user applications may not want to display in their User Interfaces.


Optional Element Summary
 boolean configuration
          Indicates that this internal attribute defines the component's configuration.
 

configuration

public abstract boolean configuration
Indicates that this internal attribute defines the component's configuration. Some end user applications may still choose to display editors for internal configuration attributes, others will hide them for security reasons.

Default:
false


Copyright (c) Dawid Weiss, Stanislaw Osinski