Interface JApiHasSyntheticAttribute
- All Known Subinterfaces:
JApiCanBeSynthetic
- All Known Implementing Classes:
JApiBehavior, JApiClass, JApiConstructor, JApiField, JApiMethod
public interface JApiHasSyntheticAttribute
Implemented by all elements that can have a synthetic attribute
as described in the Class File Format Specification.
-
Method Summary
-
Method Details
-
getSyntheticAttribute
JApiAttribute<SyntheticAttribute> getSyntheticAttribute()
-