Package org.jboss.forge.roaster.model
Interface FinalCapable
- All Known Subinterfaces:
Field<O>,FieldSource<O>,FinalCapableSource<T>,JavaClass<O>,JavaClassSource,JavaRecordComponent<O>,JavaRecordComponentSource,Member<O>,MemberSource<O,,T> Method<O,,T> MethodSource<O>,Parameter<O>,ParameterSource<O>
public interface FinalCapable
Represents a Java element that can be modified
- Author:
- George Gastaldi
-
Method Summary
-
Method Details
-
isFinal
boolean isFinal()- Returns:
- if this element has the final keyword
-